summaryrefslogtreecommitdiffstats
path: root/static
diff options
context:
space:
mode:
Diffstat (limited to 'static')
-rw-r--r--static/layout.css4
1 files changed, 3 insertions, 1 deletions
diff --git a/static/layout.css b/static/layout.css
index 0b4dc69..a708790 100644
--- a/static/layout.css
+++ b/static/layout.css
@@ -17,7 +17,7 @@ nav ul li {
display: inline;
}
nav ul li:not(:last-child):after {
- content: "  ·  ";
+ content: " · ";
color: #aaa;
}
@@ -66,6 +66,7 @@ header #roundcornerw {
height: 50px;
position: absolute;
top: 4em;
+ margin: 0;
}
header #roundcornerb {
background-color: #333;
@@ -94,6 +95,7 @@ header nav#usermenu {
position: absolute;
top: 4em;
right: 1em;
+ background-color: white;
}
header nav#mainnav ul li:not(:last-child):after {