Fix indentation to match the rest of the file

This commit is contained in:
Matt Rogers 2015-07-25 07:58:39 -05:00
parent f5af02d314
commit 2a6afba56e

View file

@ -295,13 +295,12 @@ div.note_wrapper p {
} }
.btn { .btn {
padding: 8px 8px; padding: 8px 8px;
border-radius: 5px; border-radius: 5px;
background-image: none; background-image: none;
display: inline-block; display: inline-block;
white-space: none; white-space: none;
border: 1px solid transparent; border: 1px solid transparent;
background-color: #999999; background-color: #999999;
color: white; color: white;
} }