Adjusted the navigation and alphabet menus so as they do not appear so cramped and crowded.
svn: r18690
This commit is contained in:
parent
338fd336e5
commit
a01ab80692
@ -46,8 +46,9 @@ div#nav ul, div#alphanav ul {
|
|||||||
width: 100%;
|
width: 100%;
|
||||||
margin: 0;
|
margin: 0;
|
||||||
padding: 0;
|
padding: 0;
|
||||||
list-style: circle;
|
list-style-type: none;
|
||||||
background: #00029D;
|
background: #00029D;
|
||||||
|
border-bottom: 2px solid #13A926;
|
||||||
}
|
}
|
||||||
div#nav li, div#alphanav li {
|
div#nav li, div#alphanav li {
|
||||||
display: inline;
|
display: inline;
|
||||||
@ -57,21 +58,23 @@ div#nav li, div#alphanav li {
|
|||||||
div#nav a, div#alphanav a {
|
div#nav a, div#alphanav a {
|
||||||
display: block;
|
display: block;
|
||||||
float: left;
|
float: left;
|
||||||
padding: 0 12px;
|
padding: 2px 12px;
|
||||||
border-right: 1px solid #13A926;
|
border-right: 2px solid #13A926;
|
||||||
border-bottom: 0;
|
border-bottom: 0;
|
||||||
border-left: 1px solid #13A926;
|
border-left: 2px solid #13A926;
|
||||||
color: #FFF;
|
color: #FFF;
|
||||||
text-decoration: none;
|
text-decoration: none;
|
||||||
}
|
}
|
||||||
div#nav a:hover, div#nav a:focus,
|
div#nav a:hover, div#nav a:focus,
|
||||||
div#alphanav a:hover, div#alphanav a:focus {
|
div#alphanav a:hover, div#alphanav a:focus {
|
||||||
background: #000;
|
background: #000
|
||||||
}
|
}
|
||||||
div#nav .CurrentSection a {
|
div#nav .CurrentSection a {
|
||||||
|
font-weight: bold;
|
||||||
background: #BCEAF6;
|
background: #BCEAF6;
|
||||||
color: #000;
|
color: #000;
|
||||||
}
|
}
|
||||||
div#nav .CurrentSection a:hover, div#nav .CurrentSection a:focus {
|
div#nav .CurrentSection a:hover, div#nav .CurrentSection a:focus {
|
||||||
background: #b31203
|
background: #903;
|
||||||
|
color: #FFF;
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user