From 01fc2024cb48a68710065ceaae070f35aa69825d Mon Sep 17 00:00:00 2001 From: Lukas Fleischer Date: Wed, 29 Sep 2010 22:18:55 +0200 Subject: Bold links in the archnavbar header. Signed-off-by: Loui Chang --- web/html/css/archnavbar/archnavbar.css | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'web/html/css') diff --git a/web/html/css/archnavbar/archnavbar.css b/web/html/css/archnavbar/archnavbar.css index 8d1d7851..e8ade287 100644 --- a/web/html/css/archnavbar/archnavbar.css +++ b/web/html/css/archnavbar/archnavbar.css @@ -39,3 +39,7 @@ div#archdev-navbar li a { padding: 0 0.5em; color: #07b; } /* highlight current website */ #archnavbar.anb-aur ul li#anb-aur a { color: white !important; } + +/* style the links */ +#archnavbar ul#archnavbarlist li a { color: #999; font-weight: bold !important; text-decoration: none !important; } +#archnavbar ul li a:hover { color: white !important; text-decoration: underline !important; } -- cgit v1.2.3-24-g4f1b