From 1a5d491dae1966dab099973c36a9c1cb310546cd Mon Sep 17 00:00:00 2001 From: Frederic Junod Date: Mon, 19 Mar 2012 09:44:22 +0100 Subject: [PATCH] CSS: remove unit when value is 0 --- examples/style.mobile-jq.css | 2 +- theme/default/style.css | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/examples/style.mobile-jq.css b/examples/style.mobile-jq.css index 418542fe27..280f7baae6 100644 --- a/examples/style.mobile-jq.css +++ b/examples/style.mobile-jq.css @@ -55,7 +55,7 @@ body { margin: 1em; } .ui-content .ui-listview { - margin: 0px; + margin: 0; } #details-list li{ padding:15px 10px; diff --git a/theme/default/style.css b/theme/default/style.css index f18e3209d5..90cc794a48 100644 --- a/theme/default/style.css +++ b/theme/default/style.css @@ -70,7 +70,7 @@ div.olLayerDiv { } div.olControlMousePosition { - bottom: 0em; + bottom: 0; right: 3px; display: block; position: absolute;