[GRASS-SVN] r30760 - grass-web/trunk

svn_grass at osgeo.org svn_grass at osgeo.org
Thu Mar 27 11:44:18 EDT 2008


Author: neteler
Date: 2008-03-27 11:44:18 -0400 (Thu, 27 Mar 2008)
New Revision: 30760

Modified:
   grass-web/trunk/sitestyle.css
Log:
arial,sans-serif everywhere

Modified: grass-web/trunk/sitestyle.css
===================================================================
--- grass-web/trunk/sitestyle.css	2008-03-27 14:30:56 UTC (rev 30759)
+++ grass-web/trunk/sitestyle.css	2008-03-27 15:44:18 UTC (rev 30760)
@@ -11,32 +11,33 @@
 
 BODY{	background: white;
 	color: black;
+	font-family: arial,sans-serif;
 }
 
 H1{	background-color: white;
 	color: rgb(25%, 60%, 25%);
-	font-family: sans-serif;
+	font-family: arial,sans-serif;
 	font-weight: bold;
 	font-size: x-large;
 }
 
 H2{	background-color: white;
 	color: rgb(25%, 60%, 25%);
-	font-family: sans-serif;
+	font-family: arial,sans-serif;
 	font-weight: bold;
 	font-size: large;
 }
 
 H3{	background-color: white;
 	color: rgb(25%, 60%, 25%);
-	font-family: sans-serif;
+	font-family: arial,sans-serif;
 	font-weight: bold;
 	font-size: large;
 }
 
 H4{	background-color: white;
 	color: rgb(25%, 60%, 25%);
-	font-family: sans-serif;
+	font-family: arial,sans-serif;
 	font-weight: bold;
 	font-size: medium;
 }
@@ -52,4 +53,3 @@
 	padding-left: 10px;
 }
 
-



More information about the grass-commit mailing list