Twenty Twelve: fix centering of image captions on image attachment view. Fixes #21530.

git-svn-id: https://develop.svn.wordpress.org/trunk@21518 602fd350-edb4-49c9-b593-d223f7449a82
This commit is contained in:
Lance Willett 2012-08-15 05:30:36 +00:00
parent 8b7561bee8
commit 77411d483e
1 changed files with 3 additions and 0 deletions

View File

@ -986,6 +986,9 @@ footer .edit-link {
overflow: hidden;
text-align: center;
}
.image-attachment div.attachment p {
text-align: center;
}
.image-attachment div.attachment img {
display: block;
height: auto;