summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSiri Reiter <siri@jones.dk>2008-10-22 13:38:44 +0200
committerSiri Reiter <siri@jones.dk>2008-10-22 13:38:44 +0200
commit163ff4ebffebb84cce5822ed4f98d881afe9a76f (patch)
treecca577aec6cc2a9fc21e4522130f17a5c31c3482
parentbf39c53ab9cc7dd46b72e2937967030c4572d8da (diff)
Topbar inline display (experimentally).
-rw-r--r--local.css7
1 files changed, 6 insertions, 1 deletions
diff --git a/local.css b/local.css
index d0809bb..3932c7e 100644
--- a/local.css
+++ b/local.css
@@ -2,6 +2,10 @@
/* Add local styling here, instead of modifying style.css. */
+div#topbar ul li {
+ display:inline;
+ margin: 0 20px;
+}
div#topbar li,
div#topbar ul,
div#topbar ul li,
@@ -9,7 +13,8 @@ div#topbar ol,
div#topbar ol li {
font-size: 1.1em;
line-height: 2em;
-
+}
div#pageinfo {
margin: 15em 1em 1em;
padding: 1em 0 0;
+} \ No newline at end of file