summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorThomas Schwinge <tschwinge@gnu.org>2007-09-08 22:28:56 +0200
committerThomas Schwinge <tschwinge@gnu.org>2007-09-08 22:28:56 +0200
commitd4f4a2b64064f7061e2af69dd15b454b62652236 (patch)
tree645d4e4436c03e9fc1a8972e871c5288920f7c4d
parent7030f8b48c7a2a3d8f36cb0dd2996059a585232a (diff)
Why are the horizontal rules shifted to the right?
-rw-r--r--local.css10
1 files 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
- * <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;
}