From 00330848747feb955536ebe8b8539407788be607 Mon Sep 17 00:00:00 2001 From: "Rob G. Healey" Date: Sat, 17 Apr 2010 01:34:43 +0000 Subject: [PATCH] Partial cleanup of Visually Impaired. svn: r15176 --- src/data/Web_Visually.css | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/src/data/Web_Visually.css b/src/data/Web_Visually.css index 97fead9fe..3d7529d38 100644 --- a/src/data/Web_Visually.css +++ b/src/data/Web_Visually.css @@ -59,6 +59,16 @@ div#navigation ul li.CurrentSection a { div#navigation ul li.CurrentSection a:hover { background-color: 696969; } +div#subnavigation ul li.CurrentSection a { + font-weight:bold; + font-style: italic; + background-color: #453619; + color: #FFF; +} +div#subnavigation ul li.CurrentSection a:hover { + background-color: #000; + color: #FFF; +} /* General Elements ----------------------------------------------------- */