shorten CSS rule by 3 bytes

This commit is contained in:
Owen Versteeg 2013-12-09 20:19:29 -05:00
parent d677694833
commit d5bc820823

View file

@ -47,7 +47,7 @@ button {
}
}
&.btn-small {
padding: 7px 19px 7px;
padding: 7px 19px;
font-size: 16px;
}
}