summaryrefslogtreecommitdiffstats
path: root/static
diff options
context:
space:
mode:
authorMarian Sigler <m@qjym.de>2012-10-01 01:22:11 +0200
committerMarian Sigler <m@qjym.de>2012-10-01 01:22:11 +0200
commitd70bd03975f9bff365a917f07fbf5306eb171aee (patch)
tree76deab0499a5a0b775ecae019e8a59ab7cc9467b /static
parent62b0287ec4084bfc027ef1a80c68ad6490ffe6db (diff)
downloadweb-d70bd03975f9bff365a917f07fbf5306eb171aee.tar.gz
web-d70bd03975f9bff365a917f07fbf5306eb171aee.tar.bz2
web-d70bd03975f9bff365a917f07fbf5306eb171aee.zip
Give user menu a white background so that it is readable on small displays.
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 {