consolidate CSS in buttons file

This commit is contained in:
Owen Versteeg 2014-02-19 02:43:49 -05:00
parent c974a12972
commit 208296e2ba

View file

@ -4,11 +4,9 @@
display: inline-block; /* Enables non-inline-block elements like <div>s to be buttons */
font-size: 2.5em;
padding: 15px 40px 16px;
text-decoration: none;
margin: .3em .2em 0 0;
cursor: pointer;
border: 0;
outline: 0; /* when the button is focused, don't show an outline */
border-radius: 10px; /* rounded corners */
}