diff options
author | Dave Whiteland <dave@mysociety.org> | 2012-12-04 22:48:07 +0000 |
---|---|---|
committer | Dave Whiteland <dave@mysociety.org> | 2012-12-04 22:48:07 +0000 |
commit | a8117dc4665e553577910c60231835d4ff320683 (patch) | |
tree | 62c52a8953bed423c9b3973943084719286224f4 | |
parent | 13bd6c2da0da9c7923135d2656d4bd7375136b10 (diff) |
hide main nav on wide pages
-rw-r--r-- | web/cobrands/oxfordshire/layout.scss | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/web/cobrands/oxfordshire/layout.scss b/web/cobrands/oxfordshire/layout.scss index cd4a85490..c4bf752d3 100644 --- a/web/cobrands/oxfordshire/layout.scss +++ b/web/cobrands/oxfordshire/layout.scss @@ -20,4 +20,9 @@ body { } } +// Currently hide the nav-wrapper, because it's in going into Oxfordshire's own nav +.nav-wrapper { + display: none; +} + @import "oxfordshire"; |