clear footer and small margin-top for fieldsets (especially for CologeBlue)
authorGabriel Wicke <gwicke@users.mediawiki.org>
Wed, 19 May 2004 22:03:31 +0000 (22:03 +0000)
committerGabriel Wicke <gwicke@users.mediawiki.org>
Wed, 19 May 2004 22:03:31 +0000 (22:03 +0000)
stylesheets/common.css

index 1f81d94..89ebd70 100644 (file)
@@ -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 }