diff options
-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 { |