From ab71f694a13fba68561a7eba1c7bd3952eb3a474 Mon Sep 17 00:00:00 2001 From: Matt Mullenweg Date: Sat, 8 May 2004 01:37:50 +0000 Subject: [PATCH] Improve styling of comment form. git-svn-id: https://develop.svn.wordpress.org/trunk@1241 602fd350-edb4-49c9-b593-d223f7449a82 --- wp-layout.css | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/wp-layout.css b/wp-layout.css index df9ddd9f2a..590903cdee 100644 --- a/wp-layout.css +++ b/wp-layout.css @@ -132,9 +132,10 @@ ul.post-meta span.post-meta-key { text-decoration: none; } -#commentform input, #commentform textarea { +#commentform #name, #commentform #email, #commentform #url, #commentform textarea { background: #fff; border: 1px solid #333; + padding: .2em; } #commentform textarea { @@ -188,12 +189,11 @@ ul.post-meta span.post-meta-key { margin: 0 0 0 13px; } -#menu input { +#menu input#s { + width: 80%; background: #eee; border: 1px solid #999; color: #000; - letter-spacing: -0.05em; - width: 80%; } #menu ul {