summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-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%;