[15393] for 3.0 branch. see #14284.
git-svn-id: http://svn.automattic.com/wordpress/branches/3.0@15394 1a063a9b-81f0-0310-95a4-ce76da25c4cd
This commit is contained in:
parent
793b9ee195
commit
4192a15875
|
@ -760,9 +760,6 @@ div.menu li {
|
|||
/* Attachment pages
|
||||
-------------------------------------------------------------- */
|
||||
|
||||
.entry-content .attachment img {
|
||||
margin-bottom: 0;
|
||||
}
|
||||
.attachment .entry-content .entry-caption {
|
||||
font-size: 140%;
|
||||
margin-top: 24px;
|
||||
|
@ -856,7 +853,10 @@ div.menu li {
|
|||
#content .gallery br+br {
|
||||
display: none;
|
||||
}
|
||||
|
||||
#content .attachment img { /* single attachment images should be centered */
|
||||
display: block;
|
||||
margin: 0 auto;
|
||||
}
|
||||
|
||||
|
||||
/* =Navigation
|
||||
|
|
Loading…
Reference in New Issue