Twenty Fifteen: correct button sizes.

Props iamtakashi, fixes #30045.


Built from https://develop.svn.wordpress.org/trunk@29973


git-svn-id: http://core.svn.wordpress.org/trunk@29719 1a063a9b-81f0-0310-95a4-ce76da25c4cd
This commit is contained in:
Ian Stewart 2014-10-20 19:16:19 +00:00
parent 8cee0a57d1
commit 15ca2edb1e

View File

@ -4153,6 +4153,8 @@ span > video {
.widget input[type="button"],
.widget input[type="reset"],
.widget input[type="submit"] {
font-size: 12px;
font-size: 1.2rem;
padding: 0.5417em 1.0833em;
}