diff options
author | Jonas Oberg <jonas@morus.se> | 2012-11-19 13:24:52 +0000 |
---|---|---|
committer | Matthew Somerville <matthew-github@dracos.co.uk> | 2014-03-11 16:36:20 +0000 |
commit | 858c85b864a737963202bd40062fad4c921e003d (patch) | |
tree | bfa19805e25b43a73f4324d8cfcad7250edb5673 | |
parent | 3baea649b6b47505fb1fe88e518ce65a5198bdd5 (diff) |
Made it look prettier
-rw-r--r-- | web/cobrands/fixamingata/layout.scss | 14 |
1 files changed, 14 insertions, 0 deletions
diff --git a/web/cobrands/fixamingata/layout.scss b/web/cobrands/fixamingata/layout.scss index 5b968a97a..8ff3cb443 100644 --- a/web/cobrands/fixamingata/layout.scss +++ b/web/cobrands/fixamingata/layout.scss @@ -72,6 +72,20 @@ body { background: #eee url(/cobrands/fixamingata/images/tile.jpg) 0 0 repeat; } +.nav-wrapper { + .nav-wrapper-2 { + border-top: 0; + } +} + +body.mappage { + .nav-wrapper { + .nav-wrapper-2 { + background: #eee; + } + } +} + #main-nav { ul { li { |