From 0dfd0a73a5727eb254065c961cff82bb31e51320 Mon Sep 17 00:00:00 2001 From: Cédric Bonhomme Date: Tue, 3 Sep 2013 10:16:19 +0200 Subject: Improvement to the CSS for the navigation container. --- source/static/css/style.css | 8 +++++--- 1 file changed, 5 insertions(+), 3 deletions(-) (limited to 'source/static/css/style.css') diff --git a/source/static/css/style.css b/source/static/css/style.css index 87408e36..e99bfb7c 100755 --- a/source/static/css/style.css +++ b/source/static/css/style.css @@ -67,13 +67,15 @@ hr { /* Navigation bars */ .nav_container { position:fixed; - top:112px; right:5px; - margin:0px; - padding:0px; + margin:5px; + padding:5px; white-space:nowrap; z-index:3; clear:both; + border-style:dashed; + border-width:thin; + border-color:#98bf21; } .nav_container.horizontal { position:absolute; -- cgit