diff options
author | Chris Mytton <self@hecticjeff.net> | 2013-08-29 14:47:10 +0100 |
---|---|---|
committer | Chris Mytton <self@hecticjeff.net> | 2013-08-29 14:47:10 +0100 |
commit | 9481b3e24944f838ef08178a1b26c3963bd77d78 (patch) | |
tree | b1db39cc330a1b1def78ace767d835cc71a87de3 /web | |
parent | 29c389182471fca7eb02082ebf617bcaef8c8d74 (diff) |
[Oxfordshire] Fix min-height on .container
Diffstat (limited to 'web')
-rw-r--r-- | web/cobrands/oxfordshire/layout.scss | 2 |
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; } |