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

svn_mapbender at osgeo.org svn_mapbender at osgeo.org
Wed Mar 5 09:08:05 EST 2008


Author: arnulf
Date: 2008-03-05 09:08:04 -0500 (Wed, 05 Mar 2008)
New Revision: 2170

Modified:
   trunk/mapbender/http/css/metadata.css
Log:
text-align left for right column

Modified: trunk/mapbender/http/css/metadata.css
===================================================================
--- trunk/mapbender/http/css/metadata.css	2008-03-04 10:51:57 UTC (rev 2169)
+++ trunk/mapbender/http/css/metadata.css	2008-03-05 14:08:04 UTC (rev 2170)
@@ -15,22 +15,19 @@
 	height:40px;
 }
 
-
 table{
 	font-size: 12px;
 	border: 1px;
 	margin-right: 4px;
 	margin-left: 6px;
-	text-align: right;
-	
+	text-align: left;
 }
 
-
 .table_top{
 	color:black;
 	font-size: 12px;
 	margin-right: 2px;
-	text-align: right;	
+	text-align: left;	
 }
 
 .table_layer{
@@ -42,18 +39,20 @@
 }
 
 a {
-  text-decoration:none;
-  color:black;
+	text-decoration:none;
+	color:black;
 	text-decoration: underline;
 }
 
 a:active {
 	color: red;
 }
+
 a:hover {
 	color: blue;
 	text-decoration: underline;
 }
+
 div{
 	font-weight: bold;
 	text-decoration: underline;



More information about the Mapbender_commits mailing list