From 750258a7c602c63c1e709dbec857e715582f2de0 Mon Sep 17 00:00:00 2001 From: Lance Willett Date: Sat, 9 Nov 2013 00:18:09 +0000 Subject: [PATCH] Twenty Fourteen: fix gallery layout issue in IE, props jartes and iamtakashi. Fixes #25625. Built from https://develop.svn.wordpress.org/trunk@26057 git-svn-id: http://core.svn.wordpress.org/trunk@25981 1a063a9b-81f0-0310-95a4-ce76da25c4cd --- wp-content/themes/twentyfourteen/style.css | 8 -------- 1 file changed, 8 deletions(-) diff --git a/wp-content/themes/twentyfourteen/style.css b/wp-content/themes/twentyfourteen/style.css index 431b6ff3ab..a0e19b7bab 100644 --- a/wp-content/themes/twentyfourteen/style.css +++ b/wp-content/themes/twentyfourteen/style.css @@ -1381,14 +1381,6 @@ a.post-thumbnail:hover { position: relative; } -.gallery-columns-1.gallery-size-medium, -.gallery-columns-1.gallery-size-thumbnail, -.gallery-columns-2.gallery-size-thumbnail, -.gallery-columns-3.gallery-size-thumbnail { - display: table; - margin: 0 auto 20px; -} - .gallery-columns-1 .gallery-item { max-width: 100%; }