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

git-svn-id: https://develop.svn.wordpress.org/trunk@15125 602fd350-edb4-49c9-b593-d223f7449a82
This commit is contained in:
Andrew Nacin 2010-06-03 05:23:21 +00:00
parent d5a2b82b96
commit 7d2b87f9c3
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;
}