Twenty Fifteen: correct button sizes.

Props iamtakashi, fixes #30045.



git-svn-id: https://develop.svn.wordpress.org/trunk@29973 602fd350-edb4-49c9-b593-d223f7449a82
This commit is contained in:
Ian Stewart 2014-10-20 19:15:24 +00:00
parent 5630db8da3
commit 7ce8654a92
1 changed files with 2 additions and 0 deletions

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;
}