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 2014/11/11 03:10:26 UTC

svn commit: r928677 - /websites/production/tapestry/content/styles/style.css

Author: bobharner
Date: Tue Nov 11 02:10:25 2014
New Revision: 928677

Log:
Slightly reduced overall font size of all exported pages to resolve some layout issues.

Modified:
    websites/production/tapestry/content/styles/style.css

Modified: websites/production/tapestry/content/styles/style.css
==============================================================================
--- websites/production/tapestry/content/styles/style.css (original)
+++ websites/production/tapestry/content/styles/style.css Tue Nov 11 02:10:25 2014
@@ -2,7 +2,7 @@ body {
 	color: #333333;
 	font-family: verdana,kalimati,arial,helvetica,sans-serif;
 	background-color: #ffffff;
-	font-size: medium;	
+	font-size: 95%;	
 }
 
 html body { /* update HACK: Temporary fix for CONF-15412 */