You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@tapestry.apache.org by bo...@apache.org on 2018/02/25 21:44:57 UTC

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

Author: bobharner
Date: Sun Feb 25 21:44:57 2018
New Revision: 1025965

Log:
Font size tweak for H4 tags

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 Sun Feb 25 21:44:57 2018
@@ -26,6 +26,7 @@ body h2, body h3, body h4 {
 h1 { font-size: 155%; }
 h2 { font-size: 130%; }
 h3 { font-size: 120%; margin-top:20px; padding:0px; }
+h4 { font-size: 100%; }
 
 h1 a, h2 a, h3 a, h4 a {
 	text-decoration:none;