From dc507fe3bfad49cc2dabc3bc9ed0852062936bea Mon Sep 17 00:00:00 2001 From: Jonas Smedegaard Date: Wed, 13 Oct 2010 19:57:22 +0200 Subject: List topbar items horisontally. --- local.css | 7 +++++++ 1 file changed, 7 insertions(+) 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%; -- cgit v1.2.3