Twenty Twelve: update print styles to merge similar rules, props SergeyBiryukov, see #21377.
git-svn-id: https://develop.svn.wordpress.org/trunk@21410 602fd350-edb4-49c9-b593-d223f7449a82
This commit is contained in:
parent
d5a2c32b11
commit
3bf85fa102
@ -1463,9 +1463,17 @@ label ~ span.required {
|
||||
font-size: 10pt;
|
||||
text-align: left;
|
||||
}
|
||||
img.header-image {
|
||||
display: none;
|
||||
}
|
||||
#author-avatar,
|
||||
#colophon,
|
||||
#respond,
|
||||
.commentlist .comment-edit-link,
|
||||
.commentlist .reply,
|
||||
.entry-header .comments-link,
|
||||
.entry-meta .edit-link a,
|
||||
.page-link,
|
||||
.site-content nav,
|
||||
.widget-area,
|
||||
img.header-image,
|
||||
nav.site-navigation {
|
||||
display: none;
|
||||
}
|
||||
@ -1482,19 +1490,10 @@ label ~ span.required {
|
||||
margin: 0;
|
||||
width: auto;
|
||||
}
|
||||
.singular .site-content {
|
||||
margin: 0;
|
||||
width: 100%;
|
||||
}
|
||||
.singular .entry-header .entry-meta {
|
||||
position: static;
|
||||
}
|
||||
.entry-meta .edit-link a {
|
||||
display: none;
|
||||
}
|
||||
.site-content nav {
|
||||
display: none;
|
||||
}
|
||||
.singular .site-content,
|
||||
.singular .entry-header,
|
||||
.singular .entry-content,
|
||||
.singular footer.entry-meta,
|
||||
@ -1510,28 +1509,10 @@ label ~ span.required {
|
||||
.entry-meta {
|
||||
font-size: 10pt;
|
||||
}
|
||||
.entry-header .comments-link {
|
||||
display: none;
|
||||
}
|
||||
.page-link {
|
||||
display: none;
|
||||
}
|
||||
#author-avatar {
|
||||
display: none;
|
||||
}
|
||||
#author-description {
|
||||
float: none;
|
||||
width: auto;
|
||||
}
|
||||
#respond {
|
||||
display: none;
|
||||
}
|
||||
.widget-area {
|
||||
display: none;
|
||||
}
|
||||
#colophon {
|
||||
display: none;
|
||||
}
|
||||
|
||||
/* Comments */
|
||||
.commentlist > li.comment {
|
||||
@ -1550,10 +1531,4 @@ label ~ span.required {
|
||||
margin-left: 50px;
|
||||
margin-left: 3.57142857rem;
|
||||
}
|
||||
.commentlist .comment-edit-link {
|
||||
display: none;
|
||||
}
|
||||
.commentlist .reply {
|
||||
display: none;
|
||||
}
|
||||
}
|
Loading…
Reference in New Issue
Block a user