From: Ævar Arnfjörð Bjarmason Date: Tue, 11 Oct 2005 04:56:34 +0000 (+0000) Subject: * Changed the background-color of the unseleted tabs in #preftoc from #ece9d8 to... X-Git-Tag: 1.6.0~1478 X-Git-Url: http://git.cyclocoop.org/wiki/Target_page?a=commitdiff_plain;h=6077dd8c83ebde9850bae4dd4335dab83aef3baf;p=lhc%2Fweb%2Fwiklou.git * Changed the background-color of the unseleted tabs in #preftoc from #ece9d8 to #f0f0f0; * Removed the underline on unselected tabs in #preftoc --- diff --git a/skins/monobook/main.css b/skins/monobook/main.css index d01c96c849..98220bf1b1 100644 --- a/skins/monobook/main.css +++ b/skins/monobook/main.css @@ -919,7 +919,7 @@ head:first-child+body #footer li { white-space: nowrap; } margin: 1px -2px 1px 2px; float: left; padding: 2px 0 3px 0; - background-color: #ece9d8; + background-color: #f0f0f0; color: #000; border: 1px solid #fff; border-right-color: #716f64; @@ -949,6 +949,7 @@ head:first-child+body #footer li { white-space: nowrap; } color: #000; padding: 0 .7em; position: relative; + text-decoration: none; } #preftoc li.selected a { cursor: default;