diff options
author | Matthew Somerville <matthew@mysociety.org> | 2012-12-06 12:06:44 +0000 |
---|---|---|
committer | Matthew Somerville <matthew@mysociety.org> | 2012-12-06 12:06:44 +0000 |
commit | 698d8aed1e16c46fc20431bb48736eed70ab809e (patch) | |
tree | 69e5173d5cba325ed34fe454bd807a3b49243a60 /web/cobrands/default/layout.scss | |
parent | 55ae92c2de49b6451f446e27c5a564673f892f88 (diff) |
Move more FixMyStreet-only CSS images out of shared layout styles.
Diffstat (limited to 'web/cobrands/default/layout.scss')
-rw-r--r-- | web/cobrands/default/layout.scss | 9 |
1 files changed, 0 insertions, 9 deletions
diff --git a/web/cobrands/default/layout.scss b/web/cobrands/default/layout.scss index e1af72734..0365e4539 100644 --- a/web/cobrands/default/layout.scss +++ b/web/cobrands/default/layout.scss @@ -12,12 +12,6 @@ body { background: #6688ff; } -.nav-wrapper { - .nav-wrapper-2 { - border-top: 4px solid $primary; - @include border-image(none); - } -} body.mappage { .nav-wrapper { .nav-wrapper-2 { @@ -40,9 +34,6 @@ body.mappage { } } } - &#mysoc-menu { - background: $primary; - } } } |