diff options
author | Thomas Schwinge <tschwinge@gnu.org> | 2007-09-08 22:28:56 +0200 |
---|---|---|
committer | Thomas Schwinge <tschwinge@gnu.org> | 2007-09-08 22:28:56 +0200 |
commit | d4f4a2b64064f7061e2af69dd15b454b62652236 (patch) | |
tree | 645d4e4436c03e9fc1a8972e871c5288920f7c4d /local.css | |
parent | 7030f8b48c7a2a3d8f36cb0dd2996059a585232a (diff) | |
download | web-d4f4a2b64064f7061e2af69dd15b454b62652236.tar.gz web-d4f4a2b64064f7061e2af69dd15b454b62652236.tar.bz2 web-d4f4a2b64064f7061e2af69dd15b454b62652236.zip |
Why are the horizontal rules shifted to the right?
Diffstat (limited to 'local.css')
-rw-r--r-- | local.css | 10 |
1 files changed, 7 insertions, 3 deletions
@@ -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 - * <http://ikiwiki.info/css_market/>. -- tschwinge + * <http://ikiwiki.info/css_market/>. --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; } |