[GRASS-SVN] r43209 - grass/trunk/man

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


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

Modified:
   grass/trunk/man/grassdocs.css
Log:
use transparency to avoid white boxes

Modified: grass/trunk/man/grassdocs.css
===================================================================
--- grass/trunk/man/grassdocs.css	2010-08-22 22:21:56 UTC (rev 43208)
+++ grass/trunk/man/grassdocs.css	2010-08-22 22:22:21 UTC (rev 43209)
@@ -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