Hide 'no password' text for comments. It's already being shown for the_content; aligns it with .nocomments; fixes #13692.

git-svn-id: http://svn.automattic.com/wordpress/trunk@15125 1a063a9b-81f0-0310-95a4-ce76da25c4cd
This commit is contained in:
nacin 2010-06-03 05:23:21 +00:00
parent dacccec2f7
commit f2cf114833
1 changed files with 1 additions and 0 deletions

View File

@ -1000,6 +1000,7 @@ a.comment-edit-link:hover {
border: none;
margin: 0;
}
.nopassword,
.nocomments {
display: none;
}