summaryrefslogtreecommitdiffstats
path: root/web
diff options
context:
space:
mode:
authorLukas Fleischer <archlinux@cryptocrack.de>2010-09-29 22:18:55 +0200
committerLoui Chang <louipc.ist@gmail.com>2010-11-21 08:32:41 +0100
commit01fc2024cb48a68710065ceaae070f35aa69825d (patch)
treee1872446fdccb2c71f93d4c29747ec373099a26a /web
parenteda713032ce9bed773b6c927b2f6ac4b445fe577 (diff)
downloadaur-01fc2024cb48a68710065ceaae070f35aa69825d.tar.gz
aur-01fc2024cb48a68710065ceaae070f35aa69825d.tar.xz
Bold links in the archnavbar header.
Signed-off-by: Loui Chang <louipc.ist@gmail.com>
Diffstat (limited to 'web')
-rw-r--r--web/html/css/archnavbar/archnavbar.css4
1 files changed, 4 insertions, 0 deletions
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; }