diff options
| author | Silvio Rhatto <rhatto@riseup.net> | 2013-07-11 15:31:46 -0300 |
|---|---|---|
| committer | Silvio Rhatto <rhatto@riseup.net> | 2013-07-11 15:31:46 -0300 |
| commit | d8e04a31dac385161b8286d1095710dc9e8573ae (patch) | |
| tree | 87284862a81ba0a5d1fc10938c11cef4873ec605 | |
| parent | ce30a621db926e28a8f4b1e3b1bef4ed3a56bc89 (diff) | |
| download | nuvemdario-d8e04a31dac385161b8286d1095710dc9e8573ae.tar.gz nuvemdario-d8e04a31dac385161b8286d1095710dc9e8573ae.tar.bz2 | |
Fixing menu bar style
| -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 |
