You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@tapestry.apache.org by bo...@apache.org on 2011/10/09 14:12:21 UTC

svn commit: r1180589 - /tapestry/tapestry5/trunk/src/javadoc/stylesheet.css

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;