Add a bit of padding to form inputs in twentyten, see #9015

git-svn-id: http://svn.automattic.com/wordpress/trunk@13558 1a063a9b-81f0-0310-95a4-ce76da25c4cd
This commit is contained in:
iammattthomas 2010-03-02 19:17:43 +00:00
parent 04e0052f4e
commit 55cf746265
1 changed files with 3 additions and 1 deletions

View File

@ -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
-------------------------------------------------------------- */