diff options
author | Siri Reiter <siri@jones.dk> | 2009-01-07 22:45:58 +0100 |
---|---|---|
committer | Siri Reiter <siri@jones.dk> | 2009-01-07 22:45:58 +0100 |
commit | 17ecf5021cb1867e67dc0438051aa29c05ed9373 (patch) | |
tree | 7b295d878ba7c0e7117d046eb8b2cf627cf0d6e1 | |
parent | a5dec33b94517691ec509f68b808fee55c7d067c (diff) |
Style: topbar
-rw-r--r-- | local.css | 22 |
1 files changed, 22 insertions, 0 deletions
@@ -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; |