STYLE: adjust doxygen css for better spacing in the navpath

This commit is contained in:
Mark Olesen
2010-05-06 07:48:08 +02:00
parent 20e9505b69
commit 15e9f0ed91
2 changed files with 5 additions and 10 deletions

View File

@ -252,7 +252,7 @@
color:rgb(70,122,167); color:rgb(70,122,167);
font-size:100%; font-size:100%;
} }
.current, .nav3-grid dt a:hover, .nav3-grid dd a:hover .nav3-grid dt a:hover, .nav3-grid dd a:hover
{ {
background-color:rgb(225,225,225); background-color:rgb(225,225,225);
color:rgb(42,90,138); color:rgb(42,90,138);

View File

@ -13,10 +13,9 @@ div.navigation
div.tabs div.tabs
{ {
float : left;
width : 100%; width : 100%;
padding-top : 3px; padding-top : 5px;
padding-bottom : 3px; padding-bottom : 5px;
background: rgb(240,240,240); background: rgb(240,240,240);
border-bottom: 1px solid rgb(175,175,175); border-bottom: 1px solid rgb(175,175,175);
} }
@ -40,7 +39,6 @@ div.tabs li, div.tabs form
div.tabs ul li div.tabs ul li
{ {
/* margin : 10px; */
padding-top: 10px; padding-top: 10px;
padding-bottom: 10px; padding-bottom: 10px;
height: 100%; height: 100%;
@ -48,13 +46,11 @@ div.tabs ul li
div.tabs form div.tabs form
{ {
float : left;
padding : 0px 9px; padding : 0px 9px;
} }
div.tabs a div.tabs a
{ {
float : left;
font-size : 12px; font-size : 12px;
font-weight : normal; font-weight : normal;
text-decoration : none; text-decoration : none;
@ -78,8 +74,7 @@ div.tabs a:hover
div.tabs span div.tabs span
{ {
float : left; display : inline;
display : block;
padding : 0px 9px; padding : 0px 9px;
white-space : nowrap; white-space : nowrap;
} }
@ -143,7 +138,7 @@ div.navpath
{ {
background : none; background : none;
border : none; border : none;
margin : 0px; margin : 10px 0px;
padding : 0px; padding : 0px;
font-size : 110%; font-size : 110%;
text-align : center; text-align : center;