summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-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;
}