Author: bobharner
Date: Sun Oct  9 12:12:20 2011
New Revision: 1180589

URL: http://svn.apache.org/viewvc?rev=1180589&view=rev
Log:
Fixed tiny javadoc font size (my typo from rev 1180401)

Modified:
    tapestry/tapestry5/trunk/src/javadoc/stylesheet.css

Modified: tapestry/tapestry5/trunk/src/javadoc/stylesheet.css
URL: 
http://svn.apache.org/viewvc/tapestry/tapestry5/trunk/src/javadoc/stylesheet.css?rev=1180589&r1=1180588&r2=1180589&view=diff
==============================================================================
--- tapestry/tapestry5/trunk/src/javadoc/stylesheet.css (original)
+++ tapestry/tapestry5/trunk/src/javadoc/stylesheet.css Sun Oct  9 12:12:20 2011
@@ -7,7 +7,7 @@
 
 body
 {
-        font-size: 10px;
+        font-size: 10pt;
         font-family: 'Lucida Grande',verdana,arial,helvetica,sans-serif;
         background-color: #fff;
         color: #333;


Reply via email to