From db3d33ac0a2f86c81cad78d43526578e94db3210 Mon Sep 17 00:00:00 2001 From: Lance Willett Date: Fri, 15 Feb 2013 16:45:04 +0000 Subject: [PATCH] Twenty Twelve: clear center-aligned images properly. Fixes #23244. git-svn-id: https://develop.svn.wordpress.org/trunk@23428 602fd350-edb4-49c9-b593-d223f7449a82 --- wp-content/themes/twentytwelve/style.css | 1 + 1 file changed, 1 insertion(+) diff --git a/wp-content/themes/twentytwelve/style.css b/wp-content/themes/twentytwelve/style.css index 292ea031bb..118526f21e 100644 --- a/wp-content/themes/twentytwelve/style.css +++ b/wp-content/themes/twentytwelve/style.css @@ -893,6 +893,7 @@ img.alignright { margin: 0.857142857rem 0 0.857142857rem 1.714285714rem; } img.aligncenter { + clear: both; margin-top: 12px; margin-top: 0.857142857rem; margin-bottom: 12px;