From a1775bc567c574053bac62f3edf2026c750e9225 Mon Sep 17 00:00:00 2001 From: Mark Eaton Date: Mon, 5 Jan 2015 19:49:35 -0500 Subject: [PATCH] changed the order of the pills (to match new default pill order set in LibGuides), and fixed a minor problem with focused pills not being in Kingsborough blue --- LibGuide-home.html | 2 +- LibGuide.css | 6 +++++- 2 files changed, 6 insertions(+), 2 deletions(-) diff --git a/LibGuide-home.html b/LibGuide-home.html index beeb5d8..508e3f6 100644 --- a/LibGuide-home.html +++ b/LibGuide-home.html @@ -98,4 +98,4 @@ {{public_footer}} - + diff --git a/LibGuide.css b/LibGuide.css index b28b764..c2628fd 100644 --- a/LibGuide.css +++ b/LibGuide.css @@ -52,7 +52,11 @@ a.label.label-info:hover { background-color:#003466; } -.nav-pills>li.active>a:hover { +.nav-pills > li.active > a:hover { + background-color:#003466; +} + +.nav-pills > li.active > a:focus { background-color:#003466; }