From 01f4ceff3349dc415f8ea06b245c007ddc998d2e Mon Sep 17 00:00:00 2001 From: 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: http://svn.automattic.com/wordpress/trunk@19543 1a063a9b-81f0-0310-95a4-ce76da25c4cd --- 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 23dd49270..5fd2c564e 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; }