From 0fe1f7575d4198d24a68291bc1adff8b7832a337 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: http://core.svn.wordpress.org/trunk@23428 1a063a9b-81f0-0310-95a4-ce76da25c4cd --- 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;