fix missing spaces between buttons from htmlmin

This commit is contained in:
Laura Klünder 2017-12-19 22:09:21 +01:00
parent ec1eabc7c7
commit 715020c59a
2 changed files with 7 additions and 0 deletions

View file

@ -313,3 +313,7 @@ h4 {
color:#000000; color:#000000;
background-color:#ffffff; background-color:#ffffff;
} }
.btn + .btn {
margin-left: 5px;
}

View file

@ -904,3 +904,6 @@ main .narrow form button {
margin-top: 10px; margin-top: 10px;
} }
} }
button + button {
margin-left: 5px;
}