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

git-svn-id: http://svn.automattic.com/wordpress/trunk@18959 1a063a9b-81f0-0310-95a4-ce76da25c4cd
This commit is contained in:
azaozz 2011-10-13 00:37:39 +00:00
parent 331b416756
commit 5865cc92fc
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 */