mirror of
https://github.com/WordPress/WordPress.git
synced 2024-12-23 17:48:01 +01:00
Twenty Fourteen: make sure we only hide post content on small screens for default post types: post and page. Fixes #27031.
Built from https://develop.svn.wordpress.org/trunk@27587 git-svn-id: http://core.svn.wordpress.org/trunk@27430 1a063a9b-81f0-0310-95a4-ce76da25c4cd
This commit is contained in:
parent
f056bd6f04
commit
c1d52b5d63
@ -2995,8 +2995,10 @@ a.post-thumbnail:hover {
|
|||||||
}
|
}
|
||||||
|
|
||||||
.list-view .site-content .cat-links,
|
.list-view .site-content .cat-links,
|
||||||
.list-view .site-content .entry-content,
|
.list-view .site-content .type-post .entry-content,
|
||||||
.list-view .site-content .entry-summary,
|
.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 {
|
.list-view .site-content footer.entry-meta {
|
||||||
display: none;
|
display: none;
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user