From d4f4a2b64064f7061e2af69dd15b454b62652236 Mon Sep 17 00:00:00 2001 From: Thomas Schwinge Date: Sat, 8 Sep 2007 22:28:56 +0200 Subject: Why are the horizontal rules shifted to the right? --- local.css | 10 +++++++--- 1 file changed, 7 insertions(+), 3 deletions(-) diff --git a/local.css b/local.css index c57b5799..9424c5cd 100644 --- a/local.css +++ b/local.css @@ -5,13 +5,17 @@ /* * Someone else please work on this stuff -- someone who knows to make it * actually look good... Some examples are available at - * . -- tschwinge + * . --tschwinge */ hr { + /* + * Why the heck are these horizontal rules shifted to the right? I don't + * understand. --tschwinge + */ height: 1px; - border: 0px; + border-style: none; background-color: black; } @@ -22,7 +26,7 @@ pre * I want these blocks to be as wide as they need to be for the included * text, but not any wider -- with respect to the `background-color'. * Currently it may happen that the background colors of `pre' and `#sidebar' - * overlap. How to do this properly? -- tschwinge + * overlap. How to do this properly? --tschwinge */ background-color: #e5e5e5; } -- cgit v1.2.3