From 0a286773059f6c1f1bd3d2001f76b33dc29cee5a Mon Sep 17 00:00:00 2001 From: David Robillard Date: Mon, 14 Nov 2011 05:04:59 +0000 Subject: Simplify footer (remove images). --- doc/style.css | 18 ++++++++---------- 1 file changed, 8 insertions(+), 10 deletions(-) (limited to 'doc/style.css') diff --git a/doc/style.css b/doc/style.css index 9943318..3eb5e32 100644 --- a/doc/style.css +++ b/doc/style.css @@ -314,21 +314,19 @@ blockquote { margin: 0; } #footer { - border-top: 1px dashed #ccc; bottom: 0; clear: both; - font-size: 75%; - margin: 3em 0 0; - padding: 1em; - position: relative; - text-align: right; + font-size: x-small; + margin: 2em 0 0; + padding: 0 1em 1em 1em; vertical-align: top; + background-color: #F3F3F3; + border-top: 1px solid #DDD; } -.footer-text { - margin: 0 0 0 0; - vertical-align: top; - color: #444; +#footer div { + padding-top: 1em; } + #searchbox a.reference, #searchbox span.reference { color: #339; font-size: 85%; -- cgit v1.2.1