From 18f75bba794d22b11ebcb90e0f226a3974f53af1 Mon Sep 17 00:00:00 2001 From: Shane Kilkelly Date: Wed, 19 Aug 2015 09:59:01 +0100 Subject: [PATCH] Generalize this style to all .btn elements under the .template-details-section --- services/web/public/stylesheets/app/templates.less | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/services/web/public/stylesheets/app/templates.less b/services/web/public/stylesheets/app/templates.less index ac6f641f32..f7d490ff48 100644 --- a/services/web/public/stylesheets/app/templates.less +++ b/services/web/public/stylesheets/app/templates.less @@ -49,7 +49,7 @@ .template-details-section { padding-bottom: 20px; - a.btn { + .btn { margin-left: 6px; } }