diff options
-rw-r--r-- | style.css | 5 |
1 files changed, 4 insertions, 1 deletions
@@ -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 |