Horizontal Menus: Fixed the padding of the selected menu option.

svn: r15882
This commit is contained in:
Rob G. Healey 2010-09-13 00:13:45 +00:00
parent e578c9053f
commit 9c1a47f120

View File

@ -22,10 +22,10 @@
************************************************************************************************** **************************************************************************************************
GRAMPS Cascading Style Sheet GRAMPS Cascading Style Sheet
Style Name: Web_Navigation-Horizontal Stylesheet Style Name: Web_Navigation-Horizontal.css
*************************************************************************************************** ***************************************************************************************************
# $Id: Web_Navigation-Horizontal.css 15207 2010-04-17 16:50:00Z robhealey1 $ # $Id: $
Body Element Body Element
----------------------------------------------------- */ ----------------------------------------------------- */
@ -63,12 +63,10 @@ div#navigation ul li a, div#subnavigation ul li a {
} }
#navigation ul li.CurrentSection a, #subnavigation ul li.CurrentSection a { #navigation ul li.CurrentSection a, #subnavigation ul li.CurrentSection a {
font-size: 19px; font-size: 19px;
margin-top: -6px; padding: 11px 0px 11px;
padding-top: 11px; border-width: 0px 1px 1px 1px;
padding-bottom: 8px; border-style: solid;
border-right: solid 1px #542; border-color: red white blue white;
border-left: solid 1px #542;
border-bottom: solid 1px #FFF;
} }
#subnavigation ul li.CurrentSection a { #subnavigation ul li.CurrentSection a {
border-width: 0 0 1px 0; border-width: 0 0 1px 0;