diff options
Diffstat (limited to 'local.css')
-rw-r--r-- | local.css | 29 |
1 files changed, 24 insertions, 5 deletions
@@ -13,14 +13,33 @@ body { div.header { margin: 1em 1em 0; } -div.header, -span.author, -div.recentchanges, -span.committype, -div#footer { +DIV.header, +SPAN.author, +DIV.recentchanges, +SPAN.committype, +DIV#footer { font-size: 80%; } +DIV#topbar { + float: right; + margin: 0; + padding: 0; + text-align: center; + width: 75%; +} + +DIV#topbar ul { + list-style-type: none; + margin: 6em 0 0; + padding: 0; +} + +DIV#topbar ul li { + display: inline; + margin: 0 6em; +} + DIV#wrapper { float: right; width: 80%; |