diff options
author | Chris Mytton <self@hecticjeff.net> | 2013-08-09 18:10:34 +0100 |
---|---|---|
committer | Chris Mytton <self@hecticjeff.net> | 2013-08-09 18:10:34 +0100 |
commit | 55fde7fc5af4a803c9974dfeeae185eb85a2d51f (patch) | |
tree | 03c6df1b3550979847360c61fd8e5f6eb2d37e02 | |
parent | 055e9211b47902282afed92264a6940a6b05256d (diff) |
Don't specify units in css for 0
-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 af3f4fe27..a5b73eeb7 100644 --- a/web/cobrands/oxfordshire/layout.scss +++ b/web/cobrands/oxfordshire/layout.scss @@ -139,7 +139,7 @@ body.mappage { #map_box { border: solid 1px #999; top: 1em; - right: 0em; + right: 0; left: 0; margin: 0 1em; } |