From bef720448c4162a9578a650a10112f380486d65b Mon Sep 17 00:00:00 2001 From: Laury GvR Date: Fri, 8 Apr 2016 19:14:48 -0400 Subject: [PATCH] Addendum to previous commit --- css/app.css | 4 +--- scss/plugins/_nextgen.scss | 4 +--- 2 files changed, 2 insertions(+), 6 deletions(-) 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} { -- 2.17.1