You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@velocity.apache.org by he...@apache.org on 2007/01/28 21:07:49 UTC

svn commit: r500868 - /velocity/engine/branches/Velocity_1.5_BRANCH/xdocs/site.css

Author: henning
Date: Sun Jan 28 12:07:49 2007
New Revision: 500868

URL: http://svn.apache.org/viewvc?view=rev&rev=500868
Log:
Make docs wider than 760 px.


Modified:
    velocity/engine/branches/Velocity_1.5_BRANCH/xdocs/site.css

Modified: velocity/engine/branches/Velocity_1.5_BRANCH/xdocs/site.css
URL: http://svn.apache.org/viewvc/velocity/engine/branches/Velocity_1.5_BRANCH/xdocs/site.css?view=diff&rev=500868&r1=500867&r2=500868
==============================================================================
--- velocity/engine/branches/Velocity_1.5_BRANCH/xdocs/site.css (original)
+++ velocity/engine/branches/Velocity_1.5_BRANCH/xdocs/site.css Sun Jan 28 12:07:49 2007
@@ -67,7 +67,7 @@
 }
 
 div#container {
-	width: 760px;
+	width: 95%;
 	margin: 10px;
 	margin-left: 0;
 	margin-right: auto;