Twenty Fourteen: make sure we only hide post content on small screens for default post types: post and page. Fixes #27031.
git-svn-id: https://develop.svn.wordpress.org/trunk@27587 602fd350-edb4-49c9-b593-d223f7449a82
This commit is contained in:
parent
183e283e56
commit
ad24828f32
@ -2995,8 +2995,10 @@ a.post-thumbnail:hover {
|
||||
}
|
||||
|
||||
.list-view .site-content .cat-links,
|
||||
.list-view .site-content .entry-content,
|
||||
.list-view .site-content .entry-summary,
|
||||
.list-view .site-content .type-post .entry-content,
|
||||
.list-view .site-content .type-page .entry-content,
|
||||
.list-view .site-content .type-post .entry-summary,
|
||||
.list-view .site-content .type-page .entry-summary,
|
||||
.list-view .site-content footer.entry-meta {
|
||||
display: none;
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user