Merged navigation menu fixed from stable

This commit is contained in:
moodler 2007-03-12 13:26:29 +00:00
parent 42be916421
commit f7641e60ab
2 changed files with 11 additions and 0 deletions

View file

@ -190,6 +190,10 @@ a.useredit, a:hover.useredit, .blink {
'Lucida Sans Unicode','Lucida Grande','GNU Unifont',unifont,sans-serif; 'Lucida Sans Unicode','Lucida Grande','GNU Unifont',unifont,sans-serif;
} }
.navigation button {
font-size: 80%;
}
/*** /***
*** Footer *** Footer
***/ ***/

View file

@ -570,6 +570,13 @@ div.phpinfo .center th {
text-align:right; text-align:right;
} }
.navigation li,
.navigation div,
.navigation button,
.navigation form {
display: inline;
}
.navbar { .navbar {
width:auto; width:auto;
padding:3px 0.5em; padding:3px 0.5em;