Bottom out checkboxes and radio buttons (seems to line them up nicely in most browsers).

git-svn-id: https://develop.svn.wordpress.org/trunk@18959 602fd350-edb4-49c9-b593-d223f7449a82
This commit is contained in:
Andrew Ozz 2011-10-13 00:37:39 +00:00
parent 8dd953e39d
commit 415738fee3
2 changed files with 2 additions and 2 deletions

File diff suppressed because one or more lines are too long

View File

@ -228,7 +228,7 @@ textarea {
input[type="checkbox"],
input[type="radio"] {
vertical-align: middle;
vertical-align: text-bottom;
}
/* general */