From 6077dd8c83ebde9850bae4dd4335dab83aef3baf Mon Sep 17 00:00:00 2001 From: =?utf8?q?=C3=86var=20Arnfj=C3=B6r=C3=B0=20Bjarmason?= Date: Tue, 11 Oct 2005 04:56:34 +0000 Subject: [PATCH] * Changed the background-color of the unseleted tabs in #preftoc from #ece9d8 to #f0f0f0; * Removed the underline on unselected tabs in #preftoc --- skins/monobook/main.css | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) 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; -- 2.20.1