From 1876abe093544219578513d108a5f55c3db67fd0 Mon Sep 17 00:00:00 2001 From: Gabriel Wicke Date: Wed, 19 May 2004 22:03:31 +0000 Subject: [PATCH] clear footer and small margin-top for fieldsets (especially for CologeBlue) --- stylesheets/common.css | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/stylesheets/common.css b/stylesheets/common.css index 1f81d941cf..89ebd702da 100644 --- a/stylesheets/common.css +++ b/stylesheets/common.css @@ -2,7 +2,7 @@ * common.css * This file contains CSS settings common to Wikistandard, Nostalgia and CologneBlue */ - +#footer { clear: both } /* images */ div.floatright { float: right; margin: 0 0 1em 1em; } div.floatright p { font-style: italic; } @@ -137,4 +137,5 @@ img.tex { vertical-align: middle; } float: left; margin-top: 1em; } +fieldset.prefsection { margin-top: 1em } fieldset.operaprefsection { margin-left: 15em } -- 2.20.1