From 74a89fbfe68f5f62b5d4b7cf83437e2457fae98f Mon Sep 17 00:00:00 2001 From: Matt Mullenweg Date: Mon, 24 Jan 2005 10:16:17 +0000 Subject: [PATCH] Correct id call for comment author field - http://mosquito.wordpress.org/view.php?id=34 git-svn-id: https://develop.svn.wordpress.org/trunk@2145 602fd350-edb4-49c9-b593-d223f7449a82 --- wp-content/themes/classic/style.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/wp-content/themes/classic/style.css b/wp-content/themes/classic/style.css index 93d41d549a..e09122dc1d 100644 --- a/wp-content/themes/classic/style.css +++ b/wp-content/themes/classic/style.css @@ -143,7 +143,7 @@ ul.post-meta span.post-meta-key { text-decoration: none; } -#commentform #name, #commentform #email, #commentform #url, #commentform textarea { +#commentform #author, #commentform #email, #commentform #url, #commentform textarea { background: #fff; border: 1px solid #333; padding: .2em;