[Mapbender-commits] r9086 - trunk/mapbender/http/css

svn_mapbender at osgeo.org svn_mapbender at osgeo.org
Wed Oct 1 03:13:59 PDT 2014


Author: armin11
Date: 2014-10-01 03:13:58 -0700 (Wed, 01 Oct 2014)
New Revision: 9086

Modified:
   trunk/mapbender/http/css/feedtree.css
   trunk/mapbender/http/css/kmltree.css
   trunk/mapbender/http/css/wfsconftree.css
Log:
Bugfix layout ;-)

Modified: trunk/mapbender/http/css/feedtree.css
===================================================================
--- trunk/mapbender/http/css/feedtree.css	2014-09-25 10:18:06 UTC (rev 9085)
+++ trunk/mapbender/http/css/feedtree.css	2014-10-01 10:13:58 UTC (rev 9086)
@@ -19,6 +19,7 @@
 	list-style-type: none;
 	margin-left: 0;
 	padding-left: 0;
+        margin-top: 0;
 }
 
 ul.feedtree a{

Modified: trunk/mapbender/http/css/kmltree.css
===================================================================
--- trunk/mapbender/http/css/kmltree.css	2014-09-25 10:18:06 UTC (rev 9085)
+++ trunk/mapbender/http/css/kmltree.css	2014-10-01 10:13:58 UTC (rev 9086)
@@ -19,6 +19,7 @@
 	list-style-type: none;
 	margin-left: 0;
 	padding-left: 0;
+        margin-top: 0;
 }
 
 ul.kmlTree a{

Modified: trunk/mapbender/http/css/wfsconftree.css
===================================================================
--- trunk/mapbender/http/css/wfsconftree.css	2014-09-25 10:18:06 UTC (rev 9085)
+++ trunk/mapbender/http/css/wfsconftree.css	2014-10-01 10:13:58 UTC (rev 9086)
@@ -19,6 +19,7 @@
 	list-style-type: none;
 	margin-left: 0;
 	padding-left: 0;
+        margin-top: 0;
 }
 
 ul.conftree a{



More information about the Mapbender_commits mailing list