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;