From: Anthony Talarico Date: Fri, 18 Dec 2015 21:25:50 +0000 (-0500) Subject: reduced height of view icons X-Git-Url: http://cvs2.gaslightmedia.com/gitweb/?a=commitdiff_plain;h=18258dacc2183b2da043e8f70a86a5cbcdfb711d;p=WP-Themes%2Fmichsci.git reduced height of view icons --- diff --git a/css/app.css b/css/app.css index 3a871f5..cce34d6 100644 --- a/css/app.css +++ b/css/app.css @@ -6813,7 +6813,7 @@ body .shadow-wrapper { padding-top: 5px; } #viewBtns { - height: 38px; + height: 42px; width: 245px; border-bottom: 1px solid lightgrey; } diff --git a/scss/_body.scss b/scss/_body.scss index efcbe62..22978b3 100644 --- a/scss/_body.scss +++ b/scss/_body.scss @@ -103,7 +103,7 @@ body { padding-top: 5px; } #viewBtns{ - height: 38px; + height: 42px; width: 245px; border-bottom: 1px solid lightgrey; } \ No newline at end of file