From 17ecf5021cb1867e67dc0438051aa29c05ed9373 Mon Sep 17 00:00:00 2001 From: Siri Reiter Date: Wed, 7 Jan 2009 22:45:58 +0100 Subject: Style: topbar --- local.css | 22 ++++++++++++++++++++++ 1 file changed, 22 insertions(+) diff --git a/local.css b/local.css index f3f99b34..64217e70 100644 --- a/local.css +++ b/local.css @@ -6,6 +6,28 @@ a:hover { color: #00f; } +DIV#topbar { + float: right; + margin: 0; + padding: 0; + text-align: center; + width: 75%; +} + +DIV#topbar a { + text-decoration: none; +} + +DIV#topbar ul { + list-style-type: none; + padding: 0; +} + +DIV#topbar ul li { + display: inline; + margin: 0 5%; +} + div#pageinfo { margin: 15em 1em 1em; -- cgit v1.2.3