From f2cf1148331ccd3ec37aae9c58bdda33e3cd0112 Mon Sep 17 00:00:00 2001 From: nacin Date: Thu, 3 Jun 2010 05:23:21 +0000 Subject: [PATCH] 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 --- wp-content/themes/twentyten/style.css | 1 + 1 file changed, 1 insertion(+) diff --git a/wp-content/themes/twentyten/style.css b/wp-content/themes/twentyten/style.css index e00466c71..3c829cf94 100644 --- a/wp-content/themes/twentyten/style.css +++ b/wp-content/themes/twentyten/style.css @@ -1000,6 +1000,7 @@ a.comment-edit-link:hover { border: none; margin: 0; } +.nopassword, .nocomments { display: none; }