summaryrefslogtreecommitdiff
path: root/local.css
diff options
context:
space:
mode:
authorThomas Schwinge <tschwinge@gnu.org>2007-09-04 16:21:12 +0200
committerThomas Schwinge <tschwinge@gnu.org>2007-09-04 16:21:12 +0200
commit9d1db65a9ea97f852a845b8e2ef2b0d4e85e027b (patch)
treed4deb72e92b213fbc146add6f2305d08a12f073b /local.css
parent1289f040062f589f13af06c515bc09e7889fb409 (diff)
Make ``<hr>''s look the same way as the line separating the page content from the footer.
Diffstat (limited to 'local.css')
-rw-r--r--local.css7
1 files changed, 7 insertions, 0 deletions
diff --git a/local.css b/local.css
index f433f660..c57b5799 100644
--- a/local.css
+++ b/local.css
@@ -8,6 +8,13 @@
* <http://ikiwiki.info/css_market/>. -- tschwinge
*/
+hr
+{
+ height: 1px;
+ border: 0px;
+ background-color: black;
+}
+
pre
{
margin-left: 1cm;