From 996171b997730d1817513bb1386993563bf7716f Mon Sep 17 00:00:00 2001 From: Gabriel Wicke Date: Thu, 15 Apr 2004 22:27:41 +0000 Subject: [PATCH] fixed width moved to iemac hacks and nowrap hidden from old browsers --- stylesheets/monobook/main.css | 24 ++++++++++++++---------- 1 file changed, 14 insertions(+), 10 deletions(-) diff --git a/stylesheets/monobook/main.css b/stylesheets/monobook/main.css index 63d5d54520..aef452900d 100644 --- a/stylesheets/monobook/main.css +++ b/stylesheets/monobook/main.css @@ -879,7 +879,6 @@ li#contentaction-watch { /* ** footer */ - #portal-footer { background-color: White; border-top: 1px solid #fabd23; @@ -893,22 +892,22 @@ li#contentaction-watch { display: inline; margin-right: 2em; } -#footer-about, -#footer-disclaimer { +/* hide from incapable browsers */ +head:first-child+body #portal-footer li { white-space: nowrap; } - #footer-poweredbyico, #footer-copyrightico { - width: 88px; - margin: 0 8px; - position: relative; - top: -2px; /* Bump it up just a tad */ + margin: 0 8px; + position: relative; + top: -2px; /* Bump it up just a tad */ } #footer-poweredbyico { - float: right; + float: right; + height: 1%; } #footer-copyrightico { - float: left; + float: left; + height: 1%; } /* @@ -928,6 +927,11 @@ li#contentaction-watch { *>html #portlet-contentViews li.selected a { border-color: #fabd23; } +/* footer icons need a fixed width */ +*>html #footer-poweredbyico, +*>html #footer-copyrightico { + width: 88px; +} /* more IE fixes */ /* fixes for broken IE float handling */ -- 2.20.1