aboutsummaryrefslogtreecommitdiffstats
path: root/web
diff options
context:
space:
mode:
authorChris Mytton <self@hecticjeff.net>2013-08-09 18:10:34 +0100
committerChris Mytton <self@hecticjeff.net>2013-08-09 18:10:34 +0100
commit55fde7fc5af4a803c9974dfeeae185eb85a2d51f (patch)
tree03c6df1b3550979847360c61fd8e5f6eb2d37e02 /web
parent055e9211b47902282afed92264a6940a6b05256d (diff)
Don't specify units in css for 0
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 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;
}