From 7c9eb3febc7bf21d29fb439053fefc616f1b996f Mon Sep 17 00:00:00 2001 From: Paul van Tilburg Date: Sat, 20 Jun 2015 21:53:19 +0200 Subject: [PATCH] Add some bottom margin for button groups --- templates/sass/style.sass | 3 +++ 1 file changed, 3 insertions(+) diff --git a/templates/sass/style.sass b/templates/sass/style.sass index 8ba9dc3..83b8b28 100644 --- a/templates/sass/style.sass +++ b/templates/sass/style.sass @@ -34,6 +34,9 @@ footer .billed text-decoration: line-through +.btn-group + margin-bottom: 8px + /* Table layout */ table table-layout: fixed