mirror of
https://github.com/gosticks/wordpress-develop.git
synced 2026-04-14 09:34:41 +00:00
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:
@@ -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;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user