Twenty Twelve: clear center-aligned images properly. Fixes #23244.

git-svn-id: http://core.svn.wordpress.org/trunk@23428 1a063a9b-81f0-0310-95a4-ce76da25c4cd
This commit is contained in:
Lance Willett 2013-02-15 16:45:04 +00:00
parent c5f3bc61cf
commit 94f30e7287
1 changed files with 1 additions and 0 deletions

View File

@ -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;