Remove unnecessary styling of an option element's padding. props SergeyBiryukov. fixes #22020.

git-svn-id: https://develop.svn.wordpress.org/trunk@22282 602fd350-edb4-49c9-b593-d223f7449a82
This commit is contained in:
Andrew Nacin 2012-10-23 14:36:55 +00:00
parent eea42ad4c0
commit 819c562041
1 changed files with 0 additions and 8 deletions

View File

@ -826,10 +826,6 @@ p.install-help {
height: auto;
}
select option {
padding: 2px;
}
.submit {
padding: 1.5em 0;
margin: 5px 0;
@ -892,10 +888,6 @@ input[type="number"].small-text {
width: 200px;
}
#wpcontent option {
padding: 2px;
}
#timezone_string option {
margin-left: 1em;
}