From: Laury GvR Date: Fri, 8 Apr 2016 23:14:48 +0000 (-0400) Subject: Addendum to previous commit X-Git-Tag: v1.0.0^2~74 X-Git-Url: http://cvs2.gaslightmedia.com/gitweb/?a=commitdiff_plain;h=bef720448c4162a9578a650a10112f380486d65b;p=WP-Themes%2Fgaslightmedia.git Addendum to previous commit --- diff --git a/css/app.css b/css/app.css index 9dd9db0..9349802 100644 --- a/css/app.css +++ b/css/app.css @@ -6907,7 +6907,6 @@ h2#block-title { background: #fff none repeat scroll 0 0; float: left; list-style-type: none; - padding: 10px; position: relative; margin-bottom: 10px; /*Hover states*/ @@ -6960,7 +6959,6 @@ h2#block-title { #gallery-glmphotos-light-3 .ngg-gallery-thumbnail .ngg-fancybox .image_title, #gallery-glmphotos-light-5 .ngg-gallery-thumbnail .ngg-fancybox .image_title { width: 100%; height: auto; - padding: 10px; position: absolute; top: 0; left: 0; @@ -7026,7 +7024,7 @@ h2#block-title { #gallery-glmphotos-light-3 .photoTitle a:hover, #gallery-glmphotos-light-5 .photoTitle a:hover { text-decoration: none; } -#gallery-glmphotos-light-5 a { +#gallery-glmphotos-light-5 a.ngg-fancybox { font-size: 14px; } @media only screen and (max-width: 40em) { #gallery-glmphotos-light-5 .photoTitle { diff --git a/scss/plugins/_nextgen.scss b/scss/plugins/_nextgen.scss index f056bba..75ab29b 100644 --- a/scss/plugins/_nextgen.scss +++ b/scss/plugins/_nextgen.scss @@ -217,7 +217,6 @@ background: #fff none repeat scroll 0 0; float: left; list-style-type: none; - padding: 10px; position: relative; margin-bottom: 10px; /*Hover states*/ @@ -278,7 +277,6 @@ } .ngg-fancybox .image_title { width: 100%; height: auto; - padding: 10px; position: absolute; top: 0; left: 0; display: table; @@ -371,7 +369,7 @@ // gallery-glmphotos-light-5 #gallery-glmphotos-light-5 { - a { + a.ngg-fancybox { font-size: 14px; } @media #{$small-only} {