From a3b8833e2f9367b97c75be3912a38f7548e9279a Mon Sep 17 00:00:00 2001 From: iandstewart Date: Wed, 25 May 2011 17:13:02 +0000 Subject: [PATCH] Twenty Eleven: consistent styles for .nopassword and .nocomments; Props zeo; Fixes #17437 git-svn-id: http://svn.automattic.com/wordpress/trunk@18039 1a063a9b-81f0-0310-95a4-ce76da25c4cd --- wp-content/themes/twentyeleven/comments.php | 10 +++++----- wp-content/themes/twentyeleven/style.css | 3 ++- 2 files changed, 7 insertions(+), 6 deletions(-) diff --git a/wp-content/themes/twentyeleven/comments.php b/wp-content/themes/twentyeleven/comments.php index 7854a366d..b764b0347 100644 --- a/wp-content/themes/twentyeleven/comments.php +++ b/wp-content/themes/twentyeleven/comments.php @@ -3,8 +3,8 @@ * The template for displaying Comments. * * The area of the page that contains both current comments - * and the comment form. The actual display of comments is - * handled by a callback to twentyeleven_comment which is + * and the comment form. The actual display of comments is + * handled by a callback to twentyeleven_comment() which is * located in the functions.php file. * * @package WordPress @@ -14,8 +14,8 @@ ?>
-
-
+

+ - \ No newline at end of file + diff --git a/wp-content/themes/twentyeleven/style.css b/wp-content/themes/twentyeleven/style.css index bc65c469c..8a39d3783 100644 --- a/wp-content/themes/twentyeleven/style.css +++ b/wp-content/themes/twentyeleven/style.css @@ -1676,6 +1676,7 @@ section.ephemera .entry-title a span { padding: 0 0 2.6em; text-transform: uppercase; } +.nopassword, .nocomments { color: #aaa; font-size: 24px; @@ -2357,4 +2358,4 @@ p.comment-form-comment { } #ie7 section.recent-posts { margin-right: 7.6%; -} \ No newline at end of file +}