git-svn-id: http://www.observium.org/svn/observer/trunk@2569 61d68cd4-352d-0410-923a-c4978735b2b8
This commit is contained in:
Adam Amstrong
2011-09-23 17:40:05 +00:00
parent 390d11f69c
commit b230d8bc5e

View File

@ -1296,6 +1296,7 @@ a.interface-upup:hover, a.interface-updown:hover, a.interface-admindown:hover {
float: left;
height: 1.7em;
line-height: 1.7em;
font-weight: bold;
-webkit-border-radius: 8px 8px 0 0;
-moz-border-radius: 8px 8px 0 0;
border-radius: 8px 8px 0 0;
@ -1303,7 +1304,7 @@ a.interface-upup:hover, a.interface-updown:hover, a.interface-admindown:hover {
border: 1px solid #CCC;
border-bottom: 0;
padding: 0 8px;
color: #000;
color: #666;
text-decoration: none;
behavior: url(/css/PIE.htc);
}