From e096f78c50e20039c9de00e397fc7449d49adbea Mon Sep 17 00:00:00 2001 From: Mike Taylor Date: Tue, 4 Feb 2014 15:38:32 +0000 Subject: [PATCH] #mkwsSwitch styles also apply to .mkwsSwitch --- tools/htdocs/mkws.css | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/tools/htdocs/mkws.css b/tools/htdocs/mkws.css index 4db8315..8aa4b53 100644 --- a/tools/htdocs/mkws.css +++ b/tools/htdocs/mkws.css @@ -1,5 +1,5 @@ #mkwsLang, -#mkwsSwitch, +#mkwsSwitch, .mkwsSwitch, #mkwsSearch, .mkwsSearch, #mkwsTermlists, #mkwsRanking, @@ -32,7 +32,7 @@ float: right; } -#mkwsSwitch { +#mkwsSwitch, .mkwsSwitch { float: right; padding-left: 1em; padding-top: 0.4em; @@ -53,7 +53,7 @@ font-weight: bold; } -#mkwsSwitch a, +#mkwsSwitch a, .mkwsSwitch a, #mkwsLang a, #mkwsTermlists a, #mkwsRanking a, @@ -64,7 +64,7 @@ text-decoration: none; } -#mkwsSwitch a:hover, +#mkwsSwitch a:hover, .mkwsSwitch a:hover, #mkwsLang a:hover, #mkwsTermlists a:hover, #mkwsPager a:hover, -- 1.7.10.4