[GRASS-SVN] r43208 - grass/branches/develbranch_6/tools
svn_grass at osgeo.org
svn_grass at osgeo.org
Sun Aug 22 18:21:57 EDT 2010
Author: neteler
Date: 2010-08-22 22:21:56 +0000 (Sun, 22 Aug 2010)
New Revision: 43208
Modified:
grass/branches/develbranch_6/tools/grassdocs.css
Log:
use transparency to avoid white boxes
Modified: grass/branches/develbranch_6/tools/grassdocs.css
===================================================================
--- grass/branches/develbranch_6/tools/grassdocs.css 2010-08-22 22:21:46 UTC (rev 43207)
+++ grass/branches/develbranch_6/tools/grassdocs.css 2010-08-22 22:21:56 UTC (rev 43208)
@@ -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