From 0440049a58ba587ad48d8d310d7292bf0ab452c3 Mon Sep 17 00:00:00 2001 From: Matt Thomas Date: Tue, 2 Mar 2010 19:17:43 +0000 Subject: [PATCH] Add a bit of padding to form inputs in twentyten, see #9015 git-svn-id: https://develop.svn.wordpress.org/trunk@13558 602fd350-edb4-49c9-b593-d223f7449a82 --- wp-content/themes/twentyten/style.css | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/wp-content/themes/twentyten/style.css b/wp-content/themes/twentyten/style.css index ebab6d2aab..5ca7d03813 100644 --- a/wp-content/themes/twentyten/style.css +++ b/wp-content/themes/twentyten/style.css @@ -292,6 +292,9 @@ sup { sub { top: .5ex; } +input[type="text"], textarea { + padding: 0 0 0 3px; +} a:link { color:#0066CC; } @@ -1038,7 +1041,6 @@ h3#reply-title { } - /* =Widget Areas -------------------------------------------------------------- */