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:
parent
e7c35109d6
commit
0440049a58
@ -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
|
||||
-------------------------------------------------------------- */
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user