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

svn_mapbender at osgeo.org svn_mapbender at osgeo.org
Fri Feb 26 06:06:03 EST 2010


Author: astrid_emde
Date: 2010-02-26 06:06:02 -0500 (Fri, 26 Feb 2010)
New Revision: 5687

Modified:
   trunk/mapbender/http/css/mapbender.css
Log:
under construction: new style for startpage

Modified: trunk/mapbender/http/css/mapbender.css
===================================================================
--- trunk/mapbender/http/css/mapbender.css	2010-02-26 11:03:38 UTC (rev 5686)
+++ trunk/mapbender/http/css/mapbender.css	2010-02-26 11:06:02 UTC (rev 5687)
@@ -9,7 +9,7 @@
 
 /* body colors */
 body, .body {
-  background-color:#F0F0F0;
+  background-color:#FfFfFf;
 }
 body table, h1 {
   margin:0px;
@@ -23,8 +23,9 @@
 
 /* links */
 a {
-  text-decoration:underline;
-  color:#000099;
+  text-decoration:none;
+  color:#000099;
+font-size: 14px;
 }
 a:visited {
   color:#555555;
@@ -50,9 +51,11 @@
 	font-weight:bold;
 	margin-top:3px;
 	margin-bottom:4px;
-}
+}
+
 
 
+
 img{
 	border:0;
 	



More information about the Mapbender_commits mailing list