From 9d1db65a9ea97f852a845b8e2ef2b0d4e85e027b Mon Sep 17 00:00:00 2001 From: Thomas Schwinge Date: Tue, 4 Sep 2007 16:21:12 +0200 Subject: Make ``
''s look the same way as the line separating the page content from the footer. --- local.css | 7 +++++++ 1 file changed, 7 insertions(+) (limited to 'local.css') diff --git a/local.css b/local.css index f433f660..c57b5799 100644 --- a/local.css +++ b/local.css @@ -8,6 +8,13 @@ * . -- tschwinge */ +hr +{ + height: 1px; + border: 0px; + background-color: black; +} + pre { margin-left: 1cm; -- cgit v1.2.3