diff options
-rw-r--r-- | local.css | 8 |
1 files changed, 4 insertions, 4 deletions
@@ -10,13 +10,13 @@ hr { - /* - * Why the heck are these horizontal rules shifted to the right? I don't - * understand. --tschwinge - */ height: 1px; border-style: none; background-color: black; + /* No idea, if this is ``just'' a Firefox bug (looks fine without the + * following statement in konqueror), but it for sure inhibits the `hr's from + * being shifted to the right. */ + margin-left: 0px; } pre |