summaryrefslogtreecommitdiff
path: root/local.css
diff options
context:
space:
mode:
authorSiri Reiter <siri@jones.dk>2008-11-03 21:40:45 +0100
committerSiri Reiter <siri@jones.dk>2008-11-03 21:40:45 +0100
commit15380cdfde4c3fb0d988a7ce57d0a41da6561fd3 (patch)
treeb19e86d5137fcb2be261503e674262711a46488c /local.css
parent3710127b70306c6c8a181b77107028dcf39c89ab (diff)
Topbar inline.
Diffstat (limited to 'local.css')
-rw-r--r--local.css29
1 files changed, 24 insertions, 5 deletions
diff --git a/local.css b/local.css
index c03cda7..0739ed7 100644
--- a/local.css
+++ b/local.css
@@ -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%;