Give a min-height to posts of the status post format in Twenty Eleven. props devinreams, fixes #19325.
git-svn-id: http://svn.automattic.com/wordpress/trunk@19543 1a063a9b-81f0-0310-95a4-ce76da25c4cd
This commit is contained in:
parent
35d5377887
commit
01f4ceff33
|
@ -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;
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue