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 --- templates/base.html | 13 +++++-------- 1 file changed, 5 insertions(+), 8 deletions(-) (limited to 'templates/base.html') diff --git a/templates/base.html b/templates/base.html index 3227fbb..a17ac54 100644 --- a/templates/base.html +++ b/templates/base.html @@ -11,22 +11,19 @@ {% block head %}{% endblock %} - + -
+ -- cgit v1.2.3-24-g4f1b