summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--local.css8
1 files changed, 4 insertions, 4 deletions
diff --git a/local.css b/local.css
index 9424c5cd..91c725de 100644
--- a/local.css
+++ b/local.css
@@ -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