summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJonas Smedegaard <dr@jones.dk>2010-10-13 19:57:22 +0200
committerJonas Smedegaard <dr@jones.dk>2010-10-13 19:57:22 +0200
commitdc507fe3bfad49cc2dabc3bc9ed0852062936bea (patch)
treebe41fcc31abce4079ff03f2a303b16801a3b1a41
parent77587694efc0383526121ab2b47927d8ba0da56e (diff)
List topbar items horisontally.
-rw-r--r--local.css7
1 files changed, 7 insertions, 0 deletions
diff --git a/local.css b/local.css
index 92bd44b..060c462 100644
--- a/local.css
+++ b/local.css
@@ -44,6 +44,13 @@ DIV.pagerights P,
DIV.pagedate P {
line-height: 1.2em;
}
+DIV.topbar UL {
+ list-style-type: none;
+ padding: 0;
+}
+DIV.topbar UL LI {
+ display: inline;
+}
DIV#pagebody {
float: left;
width: 100%;