From 18d515450a8ef2d10f6ad3b30a8cc13957e072ee Mon Sep 17 00:00:00 2001 From: Jan-Christoph Borchardt Date: Wed, 17 Apr 2013 17:36:30 +0200 Subject: [PATCH] remove unnecessary border from navigation, looked strange with scrollbar and pushed the text over 1px --- core/css/styles.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/core/css/styles.css b/core/css/styles.css index 563bd7d6ea4..eafb34db6b0 100644 --- a/core/css/styles.css +++ b/core/css/styles.css @@ -259,7 +259,7 @@ fieldset.warning a { color:#b94a48 !important; font-weight:bold; } /* NAVIGATION ------------------------------------------------------------- */ #navigation { position:fixed; float:left; width:64px; padding-top:3.5em; z-index:75; height:100%; - background:#383c43 url('../img/noise.png') repeat; border-right:1px #333 solid; + background:#383c43 url('../img/noise.png') repeat; -moz-box-shadow:0 0 7px #000; -webkit-box-shadow:0 0 7px #000; box-shadow:0 0 7px #000; overflow:hidden; box-sizing:border-box; -moz-box-sizing:border-box; } -- 2.39.5