From: Anthony Talarico Date: Fri, 18 Dec 2015 20:19:39 +0000 (-0500) Subject: added arrow icon to files X-Git-Url: http://cvs2.gaslightmedia.com/gitweb/?a=commitdiff_plain;h=40358b0fdd72913b2fb6ce53f850636eb5ed60ae;p=WP-Themes%2Fmichsci.git added arrow icon to files --- diff --git a/css/app.css b/css/app.css index 6f3b2c5..5b98e10 100644 --- a/css/app.css +++ b/css/app.css @@ -6804,7 +6804,7 @@ body .shadow-wrapper { float: right; position: relative; bottom: 50px; - width: 185px; } + width: 220px; } #relatedFiles h3 { padding-left: 5px; } diff --git a/scss/_body.scss b/scss/_body.scss index ff70764..7729499 100644 --- a/scss/_body.scss +++ b/scss/_body.scss @@ -93,7 +93,7 @@ body { float:right; position: relative; bottom: 50px; - width: 185px; + width: 220px; } #relatedFiles h3{ padding-left: 5px;