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:
parent
8b7561bee8
commit
77411d483e
@ -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;
|
||||
|
Loading…
Reference in New Issue
Block a user