Twenty Twelve: style email and url input types, and minor stylesheet cleanup.
git-svn-id: http://core.svn.wordpress.org/trunk@21626 1a063a9b-81f0-0310-95a4-ce76da25c4cd
This commit is contained in:
parent
25aa794f46
commit
afd493abe9
|
@ -157,7 +157,6 @@ img {
|
||||||
}
|
}
|
||||||
|
|
||||||
/* Clearing floats */
|
/* Clearing floats */
|
||||||
|
|
||||||
.clear:after {
|
.clear:after {
|
||||||
clear: both;
|
clear: both;
|
||||||
}
|
}
|
||||||
|
@ -262,6 +261,8 @@ li.bypostauthor cite span {
|
||||||
/* Form fields */
|
/* Form fields */
|
||||||
input[type="text"],
|
input[type="text"],
|
||||||
input[type="password"],
|
input[type="password"],
|
||||||
|
input[type="email"],
|
||||||
|
input[type="url"],
|
||||||
textarea {
|
textarea {
|
||||||
padding: 6px;
|
padding: 6px;
|
||||||
padding: 0.428571429rem;
|
padding: 0.428571429rem;
|
||||||
|
|
Loading…
Reference in New Issue