[GRASS-SVN] r43207 - grass/branches/releasebranch_6_4/tools

svn_grass at osgeo.org svn_grass at osgeo.org
Sun Aug 22 18:21:46 EDT 2010


Author: neteler
Date: 2010-08-22 22:21:46 +0000 (Sun, 22 Aug 2010)
New Revision: 43207

Modified:
   grass/branches/releasebranch_6_4/tools/grassdocs.css
Log:
use transparency to avoid white boxes

Modified: grass/branches/releasebranch_6_4/tools/grassdocs.css
===================================================================
--- grass/branches/releasebranch_6_4/tools/grassdocs.css	2010-08-22 22:09:53 UTC (rev 43206)
+++ grass/branches/releasebranch_6_4/tools/grassdocs.css	2010-08-22 22:21:46 UTC (rev 43207)
@@ -16,28 +16,28 @@
 	font-family: arial,sans-serif;
 }
 
-H1{	background-color: white;
+H1{	background-color: transparent;
 	color: rgb(25%, 60%, 25%);
 	font-family: arial,sans-serif;
 	font-weight: bold;
 	font-size: x-large;
 }
 
-H2{	background-color: white;
+H2{	background-color: transparent;
 	color: rgb(25%, 60%, 25%);
 	font-family: arial,sans-serif;
 	font-weight: bold;
 	font-size: large;
 }
 
-H3{	background-color: white;
+H3{     background-color: transparent;
 	color: rgb(25%, 60%, 25%);
 	font-family: arial,sans-serif;
 	font-weight: bold;
 	font-size: large;
 }
 
-H4{	background-color: white;
+H4{	background-color: transparent;
 	color: rgb(25%, 60%, 25%);
 	font-family: arial,sans-serif;
 	font-weight: bold;



More information about the grass-commit mailing list