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

svn_mapbender at osgeo.org svn_mapbender at osgeo.org
Tue Feb 17 05:22:32 EST 2009


Author: verenadiewald
Date: 2009-02-17 05:22:32 -0500 (Tue, 17 Feb 2009)
New Revision: 3552

Modified:
   trunk/mapbender/http/css/tablesorter.css
Log:
changed font-family

Modified: trunk/mapbender/http/css/tablesorter.css
===================================================================
--- trunk/mapbender/http/css/tablesorter.css	2009-02-17 10:00:43 UTC (rev 3551)
+++ trunk/mapbender/http/css/tablesorter.css	2009-02-17 10:22:32 UTC (rev 3552)
@@ -1,6 +1,6 @@
 /* tables */
 table.tablesorter {
-	font-family:arial;
+	font-family: "Verdana","Arial","Tahoma",sans-serif;
 	background-color: #FFFFFF;
 	margin:0 0 0 15px;
 	font-size: 8pt;



More information about the Mapbender_commits mailing list