aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorDave Whiteland <dave@mysociety.org>2012-12-04 22:48:07 +0000
committerDave Whiteland <dave@mysociety.org>2012-12-04 22:48:07 +0000
commita8117dc4665e553577910c60231835d4ff320683 (patch)
tree62c52a8953bed423c9b3973943084719286224f4
parent13bd6c2da0da9c7923135d2656d4bd7375136b10 (diff)
hide main nav on wide pages
-rw-r--r--web/cobrands/oxfordshire/layout.scss5
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";