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;
}
.navigation button {
font-size: 80%;
}
/***
*** Footer
***/

View File

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