From ef099b7aae62f46065ff1d19a5adafefd80a1f92 Mon Sep 17 00:00:00 2001 From: ccd0 Date: Sun, 1 Mar 2015 11:51:01 -0800 Subject: [PATCH] Fix outline around images in gallery. --- src/General/css/style.css | 1 + 1 file changed, 1 insertion(+) diff --git a/src/General/css/style.css b/src/General/css/style.css index 08efc9feb..e8a825094 100755 --- a/src/General/css/style.css +++ b/src/General/css/style.css @@ -1709,6 +1709,7 @@ grunt.file.expand('src/General/img/links/*.png').map(function(file) { margin: auto; line-height: 0; max-width: 100%; + outline: none; } :root.gal-pdf .gal-image a { width: 100%;