Fix tab positions for case when no Title present (observend with Doxygen-1.7.3)

This commit is contained in:
Kolan Sh 2012-04-04 13:54:32 +04:00 committed by Kolan Sh
parent 259e23f747
commit ed907c6003
2 changed files with 9 additions and 1 deletions

View File

@ -1,3 +1,5 @@
@import url("tabs_fix.css");
#content {
font-family: Geneva, Arial, Helvetica, sans-serif;
}
@ -221,4 +223,4 @@
-moz-border-radius-topleft: 8px;
-moz-border-radius-topright: 8px;
-moz-box-shadow: rgba(0, 0, 0, 0.15) 5px 5px 5px;
}
}

View File

@ -0,0 +1,6 @@
div.MSearchBoxInactive{
margin-top: +4em;
}
li#searchli {
margin-top: -12px;
}