From: Laury GvR Date: Tue, 18 Nov 2014 21:16:27 +0000 (-0500) Subject: More image gallery styling X-Git-Url: http://cvs2.gaslightmedia.com/gitweb/?a=commitdiff_plain;h=5bb826616515db38ba3881ef8f4391ddf7fc2d2a;p=web%2FWP-Theme-GaslightMedia.git More image gallery styling --- diff --git a/css/app.css b/css/app.css index fd3c226..4b6b03e 100644 --- a/css/app.css +++ b/css/app.css @@ -6165,6 +6165,9 @@ article h2 { font-size: 18px; /* font-style: italic;*/ } +.image_overlay img { + width: 100%; } + #fancybox-title-inside { background: #0568b3; border-radius: 4px; @@ -6183,10 +6186,11 @@ article h2 { .ngg-gallery-thumbnail img { padding: 0 !important; margin: none auto !important; + width: 100%; /* float: none;*/ /* display: inline-block;*/ - border: 0; - border-bottom: 1px solid darkgrey; } + border: 0 !important; + /* border-bottom: 1px solid #a9a9a9*/ } .slideshowlink { display: none; } diff --git a/scss/site/_structure.scss b/scss/site/_structure.scss index 2fd65d7..293d413 100644 --- a/scss/site/_structure.scss +++ b/scss/site/_structure.scss @@ -672,7 +672,8 @@ article h2 { /* font-style: italic;*/ } .image_overlay img { - width: 100%; + width: 100%; + } #fancybox-title-inside { background:#0568b3; @@ -693,10 +694,11 @@ article h2 { .ngg-gallery-thumbnail img { padding: 0 !important; margin: none auto !important; + width: 100%; /* float: none;*/ /* display: inline-block;*/ - border: 0; - border-bottom: 1px solid #a9a9a9 + border: 0 !important; +/* border-bottom: 1px solid #a9a9a9*/ } .slideshowlink { display:none;