From 94f30e7287f1e4a10647e5811e9ff210c146d8d1 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 --- style.css | 1 + 1 file changed, 1 insertion(+) diff --git a/style.css b/style.css index 292ea031b..118526f21 100644 --- a/style.css +++ b/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;