Standardise css list padding

for metallic theme
This commit is contained in:
Phil Davis 2014-12-07 22:04:11 +05:45
parent 04d21981f8
commit af978cb9de

View File

@ -724,7 +724,7 @@ ul#wzdnav a:active {
}
.listn {
font-size: 11px;
padding-right: 16px;
padding-right: 6px;
padding-left: 6px;
padding-top: 4px;
padding-bottom: 4px;
@ -735,7 +735,7 @@ ul#wzdnav a:active {
font-size: 11px;
color: #FFFFFF;
background-color: #990000;
padding-right: 16px;
padding-right: 6px;
padding-left: 6px;
padding-top: 4px;
padding-bottom: 4px;
@ -745,14 +745,14 @@ ul#wzdnav a:active {
border-bottom: 1px solid #999999;
font-size: 11px;
background-color: #999999;
padding-right: 16px;
padding-right: 6px;
padding-left: 6px;
padding-top: 4px;
padding-bottom: 4px;
}
.listhdr {
background-color: #BBBBBB;
padding-right: 16px;
padding-right: 6px;
padding-left: 6px;
font-weight: bold;
border-bottom: 1px solid #999999;
@ -765,7 +765,7 @@ ul#wzdnav a:active {
}
.listhdrr {
background-color: #BBBBBB;
padding-right: 16px;
padding-right: 6px;
padding-left: 6px;
font-weight: bold;
border-right: 1px solid #999999;