summaryrefslogtreecommitdiff
path: root/local.css
diff options
context:
space:
mode:
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;