Fix tab positions for case when no Title present (observend with Doxygen-1.7.3)
This commit is contained in:
parent
259e23f747
commit
ed907c6003
|
@ -1,3 +1,5 @@
|
|||
@import url("tabs_fix.css");
|
||||
|
||||
#content {
|
||||
font-family: Geneva, Arial, Helvetica, sans-serif;
|
||||
}
|
||||
|
|
|
@ -0,0 +1,6 @@
|
|||
div.MSearchBoxInactive{
|
||||
margin-top: +4em;
|
||||
}
|
||||
li#searchli {
|
||||
margin-top: -12px;
|
||||
}
|
Loading…
Reference in New Issue