From 03ab5309a68211e46ff470e1d3603a1247a79f03 Mon Sep 17 00:00:00 2001 From: Pim van den Berg Date: Wed, 23 Sep 2009 22:22:54 +0200 Subject: add a footer to each page --- layout/style.css | 11 +++++++++++ 1 file changed, 11 insertions(+) (limited to 'layout') diff --git a/layout/style.css b/layout/style.css index 90bc9a5..08b6757 100644 --- a/layout/style.css +++ b/layout/style.css @@ -30,3 +30,14 @@ ul { li { display: inline; } + +hr { + height: 0; + border: 0; + margin-bottom: 0; + border-top: 1px solid #000; +} + +.small { + font-size: 0.7em; +} -- cgit v1.1