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

git-svn-id: https://develop.svn.wordpress.org/trunk@23428 602fd350-edb4-49c9-b593-d223f7449a82
This commit is contained in:
Lance Willett 2013-02-15 16:45:04 +00:00
parent 7d61808bc6
commit db3d33ac0a
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;