From 56c34ed7b2e09084f14af8abaabf89477c9e459f Mon Sep 17 00:00:00 2001 From: Andrew Nacin Date: Fri, 2 Dec 2011 17:22:46 +0000 Subject: [PATCH] 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 --- wp-content/themes/twentyeleven/style.css | 3 +++ 1 file changed, 3 insertions(+) diff --git a/wp-content/themes/twentyeleven/style.css b/wp-content/themes/twentyeleven/style.css index 23dd492708..5fd2c564ec 100644 --- a/wp-content/themes/twentyeleven/style.css +++ b/wp-content/themes/twentyeleven/style.css @@ -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; }