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 2015/07/26 22:28:41 UTC

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

Author: bobharner
Date: Sun Jul 26 20:28:40 2015
New Revision: 959682

Log:
Allow page width to vary, to prevent horizontal scrolling on smaller devices

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 Jul 26 20:28:40 2015
@@ -31,7 +31,7 @@ h1 a, h2 a, h3 a, h4 a {
 	text-decoration:none;
 }
 
-.wrapper { width: 1000px; margin: 0 auto; padding:0px 0px; border-left:1px solid #cccccc; border-right:1px solid #cccccc; }
+.wrapper { max-width: 1000px; margin: 0 auto; padding:0px 0px; border-left:1px solid #cccccc; border-right:1px solid #cccccc; }
 .clearer { clear: both; }
 
 a {