diff options
author | Siri Reiter <siri@jones.dk> | 2008-11-03 21:40:45 +0100 |
---|---|---|
committer | Siri Reiter <siri@jones.dk> | 2008-11-03 21:40:45 +0100 |
commit | 15380cdfde4c3fb0d988a7ce57d0a41da6561fd3 (patch) | |
tree | b19e86d5137fcb2be261503e674262711a46488c /local.css | |
parent | 3710127b70306c6c8a181b77107028dcf39c89ab (diff) |
Topbar inline.
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%; |