Index: wp-content/themes/twentyeleven/style.css
===================================================================
--- wp-content/themes/twentyeleven/style.css	(revision 17930)
+++ wp-content/themes/twentyeleven/style.css	(working copy)
@@ -1676,6 +1676,7 @@
 	padding: 0 0 2.6em;
 	text-transform: uppercase;
 }
+.nopassword,
 .nocomments {
 	color: #aaa;
 	font-size: 24px;
@@ -2357,4 +2358,4 @@
 }
 #ie7 section.recent-posts {
 	margin-right: 7.6%;
-}
\ No newline at end of file
+}
Index: wp-content/themes/twentyeleven/comments.php
===================================================================
--- wp-content/themes/twentyeleven/comments.php	(revision 17930)
+++ wp-content/themes/twentyeleven/comments.php	(working copy)
@@ -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 @@
 ?>
 	<div id="comments">
 	<?php if ( post_password_required() ) : ?>
-		<div class="nopassword"><?php _e( 'This post is password protected. Enter the password to view any comments.', 'twentyeleven' ); ?></div>
-	</div><!-- .comments -->
+		<p class="nopassword"><?php _e( 'This post is password protected. Enter the password to view any comments.', 'twentyeleven' ); ?></p>
+	</div><!-- #comments -->
 	<?php
 			/* Stop the rest of comments.php from being processed,
 			 * but don't kill the script entirely -- we still have
@@ -85,4 +85,4 @@
 
 	<?php comment_form(); ?>
 
-</div><!-- #comments -->
\ No newline at end of file
+</div><!-- #comments -->
