From 15380cdfde4c3fb0d988a7ce57d0a41da6561fd3 Mon Sep 17 00:00:00 2001 From: Siri Reiter Date: Mon, 3 Nov 2008 21:40:45 +0100 Subject: Topbar inline. --- local.css | 29 ++++++++++++++++++++++++----- 1 file changed, 24 insertions(+), 5 deletions(-) (limited to 'local.css') 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%; -- cgit v1.2.3