From e67759e31d3b4e30ba958e1e27217cb5fad4e0ba Mon Sep 17 00:00:00 2001 From: Thomas Schwinge Date: Thu, 13 Sep 2007 19:17:24 +0200 Subject: Inhibit `hr's from being shifted to the right. Thanks to Colin Leitner. --- local.css | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (limited to 'local.css') 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 -- cgit v1.2.3