From d8e04a31dac385161b8286d1095710dc9e8573ae Mon Sep 17 00:00:00 2001 From: Silvio Rhatto Date: Thu, 11 Jul 2013 15:31:46 -0300 Subject: Fixing menu bar style --- style.css | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/style.css b/style.css index 460048b..6f60e62 100644 --- a/style.css +++ b/style.css @@ -526,7 +526,10 @@ h2.b2-logo-text a:hover z-index: -1; top: 0; height: 100%; - background-image: url('images/nav.png'); + /*background-image: url('images/nav.png');*/ + background: #eeeeee; + margin-left: 3px; + margin-right: -8px; } .b2-nav-l -- cgit v1.2.3