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 +}