Twenty Thirteen: fix description layout on attachment outputs, props obenland. Fixes #25578.
git-svn-id: https://develop.svn.wordpress.org/trunk@25791 602fd350-edb4-49c9-b593-d223f7449a82
This commit is contained in:
parent
0d51ae78cc
commit
bc64bbb1ef
@ -1797,7 +1797,7 @@ footer.entry-meta {
|
||||
}
|
||||
|
||||
.attachment .entry-attachment,
|
||||
.attachment p.attachment {
|
||||
.attachment .type-attachment p {
|
||||
margin: 0 auto;
|
||||
max-width: 724px;
|
||||
text-align: center;
|
||||
@ -1821,6 +1821,10 @@ footer.entry-meta {
|
||||
margin: 0;
|
||||
}
|
||||
|
||||
.attachment .site-main .sidebar-container {
|
||||
display: none;
|
||||
}
|
||||
|
||||
|
||||
/**
|
||||
* 5.7 Post/Paging Navigation
|
||||
|
Loading…
Reference in New Issue
Block a user