From: Anthony Talarico Date: Fri, 18 Dec 2015 20:32:46 +0000 (-0500) Subject: added width to related files section X-Git-Url: http://cvs2.gaslightmedia.com/gitweb/index.cgi?a=commitdiff_plain;h=e5d35b8c72baf9d307cacc3da20cdf22751c1e50;p=WP-Themes%2Fmichsci.git added width to related files section --- diff --git a/css/app.css b/css/app.css index 7d6fead..c6f7047 100644 --- a/css/app.css +++ b/css/app.css @@ -6802,7 +6802,7 @@ body .shadow-wrapper { #relatedFiles { background: #dddddd; float: right; - width: 220px; + width: 250px; margin-left: 100px; } #relatedFiles h3 { diff --git a/scss/_body.scss b/scss/_body.scss index 13b2db3..70cd2a0 100644 --- a/scss/_body.scss +++ b/scss/_body.scss @@ -91,7 +91,7 @@ body { #relatedFiles{ background: rgb(221, 221, 221); float:right; - width: 220px; + width: 250px; margin-left: 100px; } #relatedFiles h3{