From b97d0b28c1fba2bec3998022f41abc27705e314d Mon Sep 17 00:00:00 2001 From: rda Date: Sun, 23 Oct 2011 00:05:13 +0700 Subject: [PATCH] Fix CSS errors --- examples/strategy-cluster.html | 2 +- examples/style.mobile.css | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/examples/strategy-cluster.html b/examples/strategy-cluster.html index 49344230ab..bebbfddc82 100644 --- a/examples/strategy-cluster.html +++ b/examples/strategy-cluster.html @@ -53,7 +53,7 @@ right: 80px; } #photos ul li { - padding 10px; + padding: 10px; margin: 0; list-style: none; display: inline; diff --git a/examples/style.mobile.css b/examples/style.mobile.css index d9e9425310..31c27ffd92 100644 --- a/examples/style.mobile.css +++ b/examples/style.mobile.css @@ -1,5 +1,5 @@ div.olControlZoomPanel { - height: 108px + height: 108px; width: 36px; position: absolute; top: 20px;