Author: artdaw
Date: 2008-05-27 10:33:06 -0400 (Tue, 27 May 2008)
New Revision: 8783
Modified:
trunk/docs/userguide/en/src/main/resources/css/html.css
Log:
http://jira.jboss.com/jira/browse/RF-3189 - width of the page was resized to 80em
Modified: trunk/docs/userguide/en/src/main/resources/css/html.css
===================================================================
--- trunk/docs/userguide/en/src/main/resources/css/html.css 2008-05-27 14:26:56 UTC (rev
8782)
+++ trunk/docs/userguide/en/src/main/resources/css/html.css 2008-05-27 14:33:06 UTC (rev
8783)
@@ -14,7 +14,7 @@
font-size:12px;
line-height:150%;
margin:0pt auto;
-max-width:60em;
+max-width:80em;
padding:0em 2em;
text-align:justify;
}