aboutsummaryrefslogtreecommitdiffstats
path: root/web
diff options
context:
space:
mode:
authorChris Mytton <self@hecticjeff.net>2013-08-29 14:47:10 +0100
committerChris Mytton <self@hecticjeff.net>2013-08-29 14:47:10 +0100
commit9481b3e24944f838ef08178a1b26c3963bd77d78 (patch)
treeb1db39cc330a1b1def78ace767d835cc71a87de3 /web
parent29c389182471fca7eb02082ebf617bcaef8c8d74 (diff)
[Oxfordshire] Fix min-height on .container
Diffstat (limited to 'web')
-rw-r--r--web/cobrands/oxfordshire/layout.scss2
1 files changed, 1 insertions, 1 deletions
diff --git a/web/cobrands/oxfordshire/layout.scss b/web/cobrands/oxfordshire/layout.scss
index 123e0dc12..2b42e8f8a 100644
--- a/web/cobrands/oxfordshire/layout.scss
+++ b/web/cobrands/oxfordshire/layout.scss
@@ -141,7 +141,7 @@ body.mappage {
.container {
width: auto;
- min-height: 550px;
+ min-height: 635px;
z-index: auto;
}
.full-width { width: 377px; }