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 2015/11/09 03:16:39 UTC

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

Author: bobharner
Date: Mon Nov  9 02:16:38 2015
New Revision: 971825

Log:
Set max-width on home page banner image 

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 Mon Nov  9 02:16:38 2015
@@ -88,6 +88,7 @@ a img { text-decoration: none;}
     float: left;
     width: 650px;
 }
+.home-banner IMG { max-width: 98%; }
 
 #aside { float:right; width: 280px; padding:70px 30px 0px 0px; font-family: Georgia, serif; font-size:18px; font-style:italic; line-height:1.3em;}