From d70bd03975f9bff365a917f07fbf5306eb171aee Mon Sep 17 00:00:00 2001 From: Marian Sigler Date: Mon, 1 Oct 2012 01:22:11 +0200 Subject: Give user menu a white background so that it is readable on small displays. --- static/layout.css | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) (limited to 'static') 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 { -- cgit v1.2.3-1-g7c22