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 {
|
sub {
|
||||||
top: .5ex;
|
top: .5ex;
|
||||||
}
|
}
|
||||||
|
input[type="text"], textarea {
|
||||||
|
padding: 0 0 0 3px;
|
||||||
|
}
|
||||||
a:link {
|
a:link {
|
||||||
color:#0066CC;
|
color:#0066CC;
|
||||||
}
|
}
|
||||||
@ -1038,7 +1041,6 @@ h3#reply-title {
|
|||||||
}
|
}
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
/* =Widget Areas
|
/* =Widget Areas
|
||||||
-------------------------------------------------------------- */
|
-------------------------------------------------------------- */
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user