From 539b3a254bdb69174f02ec2084c4c3ded1528e95 Mon Sep 17 00:00:00 2001 From: Lance Willett Date: Sat, 9 Nov 2013 00:17:57 +0000 Subject: [PATCH] Twenty Fourteen: fix gallery layout issue in IE, props jartes and iamtakashi. Fixes #25625. git-svn-id: https://develop.svn.wordpress.org/trunk@26057 602fd350-edb4-49c9-b593-d223f7449a82 --- src/wp-content/themes/twentyfourteen/style.css | 8 -------- 1 file changed, 8 deletions(-) diff --git a/src/wp-content/themes/twentyfourteen/style.css b/src/wp-content/themes/twentyfourteen/style.css index 431b6ff3ab..a0e19b7bab 100644 --- a/src/wp-content/themes/twentyfourteen/style.css +++ b/src/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%; }