From 3769ced57028cde23510a069b514cda021c89867 Mon Sep 17 00:00:00 2001 From: Ian Stewart Date: Fri, 17 Oct 2014 21:22:25 +0000 Subject: [PATCH] Twenty Fifteen: centre gallery thumbnails Props iamtakashi, fixes #30019 git-svn-id: https://develop.svn.wordpress.org/trunk@29949 602fd350-edb4-49c9-b593-d223f7449a82 --- src/wp-content/themes/twentyfifteen/style.css | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/src/wp-content/themes/twentyfifteen/style.css b/src/wp-content/themes/twentyfifteen/style.css index a860b95eaf..434c69f4bb 100644 --- a/src/wp-content/themes/twentyfifteen/style.css +++ b/src/wp-content/themes/twentyfifteen/style.css @@ -2457,6 +2457,10 @@ span > video { max-width: 11.11%; } +.gallery-icon img { + margin: 0 auto; +} + .gallery-caption { color: #707070; color: rgba(51, 51, 51, 0.7);