From c426fbebb786f4b33fd701f37372c30ebfed796a Mon Sep 17 00:00:00 2001 From: Dan McGee Date: Wed, 26 May 2010 09:58:43 -0500 Subject: Highlight 'Packages' in navbar when browsing packages Get this working by doing some class business with CSS in order to highlight the correct tab. I had to add some stuff to a variety of pages but it should be working correctly now. Addresses FS#19591. Signed-off-by: Dan McGee --- media/archweb.css | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) (limited to 'media/archweb.css') diff --git a/media/archweb.css b/media/archweb.css index e360bce7..d6fd34c3 100644 --- a/media/archweb.css +++ b/media/archweb.css @@ -244,4 +244,6 @@ ul.admin-actions li { display: inline; padding-left: 1.5em; } #dev-signoffs .signed-username { color: #888; margin-left: 0.5em; } /* highlight current website in the navbar */ -#archnavbar ul li.selected a { color: white !important; } +#archnavbar.anb-home ul li#anb-home a { color: white !important; } +#archnavbar.anb-packages ul li#anb-packages a { color: white !important; } +#archnavbar.anb-download ul li#anb-download a { color: white !important; } -- cgit v1.2.3