Twenty Twelve: update print styles to merge similar rules, props SergeyBiryukov, see #21377.
git-svn-id: http://core.svn.wordpress.org/trunk@21410 1a063a9b-81f0-0310-95a4-ce76da25c4cd
This commit is contained in:
parent
36bd0f0339
commit
751445937c
|
@ -1463,9 +1463,17 @@ label ~ span.required {
|
||||||
font-size: 10pt;
|
font-size: 10pt;
|
||||||
text-align: left;
|
text-align: left;
|
||||||
}
|
}
|
||||||
img.header-image {
|
#author-avatar,
|
||||||
display: none;
|
#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 {
|
nav.site-navigation {
|
||||||
display: none;
|
display: none;
|
||||||
}
|
}
|
||||||
|
@ -1482,19 +1490,10 @@ label ~ span.required {
|
||||||
margin: 0;
|
margin: 0;
|
||||||
width: auto;
|
width: auto;
|
||||||
}
|
}
|
||||||
.singular .site-content {
|
|
||||||
margin: 0;
|
|
||||||
width: 100%;
|
|
||||||
}
|
|
||||||
.singular .entry-header .entry-meta {
|
.singular .entry-header .entry-meta {
|
||||||
position: static;
|
position: static;
|
||||||
}
|
}
|
||||||
.entry-meta .edit-link a {
|
.singular .site-content,
|
||||||
display: none;
|
|
||||||
}
|
|
||||||
.site-content nav {
|
|
||||||
display: none;
|
|
||||||
}
|
|
||||||
.singular .entry-header,
|
.singular .entry-header,
|
||||||
.singular .entry-content,
|
.singular .entry-content,
|
||||||
.singular footer.entry-meta,
|
.singular footer.entry-meta,
|
||||||
|
@ -1510,28 +1509,10 @@ label ~ span.required {
|
||||||
.entry-meta {
|
.entry-meta {
|
||||||
font-size: 10pt;
|
font-size: 10pt;
|
||||||
}
|
}
|
||||||
.entry-header .comments-link {
|
|
||||||
display: none;
|
|
||||||
}
|
|
||||||
.page-link {
|
|
||||||
display: none;
|
|
||||||
}
|
|
||||||
#author-avatar {
|
|
||||||
display: none;
|
|
||||||
}
|
|
||||||
#author-description {
|
#author-description {
|
||||||
float: none;
|
float: none;
|
||||||
width: auto;
|
width: auto;
|
||||||
}
|
}
|
||||||
#respond {
|
|
||||||
display: none;
|
|
||||||
}
|
|
||||||
.widget-area {
|
|
||||||
display: none;
|
|
||||||
}
|
|
||||||
#colophon {
|
|
||||||
display: none;
|
|
||||||
}
|
|
||||||
|
|
||||||
/* Comments */
|
/* Comments */
|
||||||
.commentlist > li.comment {
|
.commentlist > li.comment {
|
||||||
|
@ -1550,10 +1531,4 @@ label ~ span.required {
|
||||||
margin-left: 50px;
|
margin-left: 50px;
|
||||||
margin-left: 3.57142857rem;
|
margin-left: 3.57142857rem;
|
||||||
}
|
}
|
||||||
.commentlist .comment-edit-link {
|
|
||||||
display: none;
|
|
||||||
}
|
|
||||||
.commentlist .reply {
|
|
||||||
display: none;
|
|
||||||
}
|
|
||||||
}
|
}
|
Loading…
Reference in New Issue