Shorten the padding declaration.

A padding declaration of `8px 8px` is the same as just writing `8px` so
use the shorter version
This commit is contained in:
Matt Rogers 2015-07-25 07:59:10 -05:00
parent 2a6afba56e
commit 568996ae73

View file

@ -295,7 +295,7 @@ div.note_wrapper p {
}
.btn {
padding: 8px 8px;
padding: 8px;
border-radius: 5px;
background-image: none;
display: inline-block;