[Mapbender-commits] r8196 - trunk/mapbender/http/php

svn_mapbender at osgeo.org svn_mapbender at osgeo.org
Tue Nov 8 09:10:35 EST 2011


Author: armin11
Date: 2011-11-08 06:10:35 -0800 (Tue, 08 Nov 2011)
New Revision: 8196

Modified:
   trunk/mapbender/http/php/mod_wmc2ol.php
Log:
small bugfix

Modified: trunk/mapbender/http/php/mod_wmc2ol.php
===================================================================
--- trunk/mapbender/http/php/mod_wmc2ol.php	2011-11-08 13:38:00 UTC (rev 8195)
+++ trunk/mapbender/http/php/mod_wmc2ol.php	2011-11-08 14:10:35 UTC (rev 8196)
@@ -164,15 +164,15 @@
 	$html.="font-size: 80%;\n";
 	$html.="color: #444;\n";
 	$html.="}\n";
-	$html.=" #logo {\n";
-	$html.="font-size: 50%;\n";
-	$html.="color: black;\n";
-	$html.="}\n";
+	#$html.=" #logo {\n";
+	#$html.="font-size: 50%;\n";
+	#$html.="color: black;\n";
+	#$html.="}\n";
 	$html.=".olControlAttribution {\n";
   	$html.="	bottom: 2px !important;\n";
 	#$html.="	color:black;\n";
 	$html.="	font-size:7px;\n";
-	$html.="	z-index:1000;\n";
+	#$html.="	z-index:1000;\n";
   	#$html.="	left: 6px;\n";
   	#$html.="	position: relative;\n";
 	$html.="}\n";



More information about the Mapbender_commits mailing list