From 8870197421984e994ce9d40bf0ab35f2634470c2 Mon Sep 17 00:00:00 2001 From: Gabriel Wicke Date: Wed, 19 May 2004 20:49:31 +0000 Subject: [PATCH] clear:both on footer --- stylesheets/wikistandard.css | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/stylesheets/wikistandard.css b/stylesheets/wikistandard.css index 70dfc998e8..2f70ea5561 100644 --- a/stylesheets/wikistandard.css +++ b/stylesheets/wikistandard.css @@ -2,7 +2,7 @@ #article { padding: 4px; } #content { margin: 0; padding: 0; } -#footer { padding: 4px;font-size:95%; } +#footer { padding: 4px;font-size:95%;clear: both; } #pagestats { font-size: 9pt; } #powersearch { background: #DDEEFF; border-style: solid; border-width: 1px; padding: 2px; @@ -50,4 +50,3 @@ p.catlinks { font-size:small; margin-top:0; text-align:right;} td { empty-cells:show; } td.bottom { border-top: 1px solid gray; } td.top { border-bottom: 1px solid gray; } - -- 2.20.1