summaryrefslogtreecommitdiff
path: root/local.css
diff options
context:
space:
mode:
authorSiri Reiter <siri@jones.dk>2009-01-07 22:45:58 +0100
committerSiri Reiter <siri@jones.dk>2009-01-07 22:45:58 +0100
commit17ecf5021cb1867e67dc0438051aa29c05ed9373 (patch)
tree7b295d878ba7c0e7117d046eb8b2cf627cf0d6e1 /local.css
parenta5dec33b94517691ec509f68b808fee55c7d067c (diff)
Style: topbar
Diffstat (limited to 'local.css')
-rw-r--r--local.css22
1 files changed, 22 insertions, 0 deletions
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;