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:
Andrew Nacin
2011-12-02 17:22:46 +00:00
parent bbfbdeaad0
commit 56c34ed7b2

View File

@@ -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;
}