[Mapbender-commits] r4818 - branches/2.6/http/css
svn_mapbender at osgeo.org
svn_mapbender at osgeo.org
Tue Oct 20 08:07:05 EDT 2009
Author: christoph
Date: 2009-10-20 08:07:05 -0400 (Tue, 20 Oct 2009)
New Revision: 4818
Modified:
branches/2.6/http/css/mapbender.css
Log:
added cursor for labels
Modified: branches/2.6/http/css/mapbender.css
===================================================================
--- branches/2.6/http/css/mapbender.css 2009-10-20 12:06:41 UTC (rev 4817)
+++ branches/2.6/http/css/mapbender.css 2009-10-20 12:07:05 UTC (rev 4818)
@@ -56,4 +56,7 @@
img{
border:0;
-}
\ No newline at end of file
+}
+label {
+ cursor:pointer;
+}
More information about the Mapbender_commits
mailing list