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
This commit is contained in:
Matt Thomas 2010-03-02 19:17:43 +00:00
parent e7c35109d6
commit 0440049a58
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
-------------------------------------------------------------- */