You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@velocity.apache.org by he...@apache.org on 2005/10/31 15:47:20 UTC

svn commit: r329830 - /jakarta/velocity/core/trunk/xdocs/stylesheets/maven-velocity.css

Author: henning
Date: Mon Oct 31 06:47:17 2005
New Revision: 329830

URL: http://svn.apache.org/viewcvs?rev=329830&view=rev
Log:
Use a "default white" background. 


Modified:
    jakarta/velocity/core/trunk/xdocs/stylesheets/maven-velocity.css

Modified: jakarta/velocity/core/trunk/xdocs/stylesheets/maven-velocity.css
URL: http://svn.apache.org/viewcvs/jakarta/velocity/core/trunk/xdocs/stylesheets/maven-velocity.css?rev=329830&r1=329829&r2=329830&view=diff
==============================================================================
--- jakarta/velocity/core/trunk/xdocs/stylesheets/maven-velocity.css (original)
+++ jakarta/velocity/core/trunk/xdocs/stylesheets/maven-velocity.css Mon Oct 31 06:47:17 2005
@@ -1,7 +1,12 @@
+body {
+  background-color: white;
+}
+
 body, td, select, input, li{
   font-family: Helvetica, Times, Times New Roman, serif;
   font-size: 12pt;
 }
+
 pre, code{
   font-size: 10pt;
 }



---------------------------------------------------------------------
To unsubscribe, e-mail: velocity-dev-unsubscribe@jakarta.apache.org
For additional commands, e-mail: velocity-dev-help@jakarta.apache.org