NIHVIVO-2677 - one more css tweak to correct spacing

This commit is contained in:
tworrall 2011-06-01 19:56:21 +00:00
parent ad9ab209b3
commit 8934e57412

View file

@ -410,7 +410,7 @@ ul#header-nav {
ul#header-nav li {
float: left;
display: block;
padding-left: 10px;
padding-left: 20px;
padding-right: 20px;
border-right: 1px solid #7c7d7f;
font-size: .7em;
@ -420,6 +420,7 @@ ul#header-nav li.last {
border-right: none;
}
ul#header-nav li:last-child {
padding-left: 10px;
padding-right: 0;
border-right: none;
}