fixed logo bug

This commit is contained in:
Dayle Rees
2012-04-04 20:14:20 +01:00
parent 95b4b0924b
commit b5847c1f3a
2 changed files with 9 additions and 1 deletions

View File

@@ -21,7 +21,12 @@ background-repeat:no-repeat;
background-position:5px -8px;
}
.anbu-tabs li:first-child
.anbu.hidden .anbu-tabs
{
background-image:none;
}
#anbu-open-tabs li:first-child
{
margin-left:6em;
}