mirror of
https://github.com/gosticks/wordpress-develop.git
synced 2026-05-29 15:44:27 +00:00
Give a min-height to posts of the status post format in Twenty Eleven. props devinreams, fixes #19325.
git-svn-id: https://develop.svn.wordpress.org/trunk@19543 602fd350-edb4-49c9-b593-d223f7449a82
This commit is contained in:
@@ -1071,6 +1071,9 @@ article.format-link .entry-content,
|
||||
article.format-status .entry-content {
|
||||
padding: 20px 0 0;
|
||||
}
|
||||
article.format-status .entry-content {
|
||||
min-height: 65px;
|
||||
}
|
||||
.recent-posts .entry-header .entry-format {
|
||||
display: none;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user