From 4dde96b674b1d62720e33edeeff27bb28fad530f Mon Sep 17 00:00:00 2001
From: Chris Kankiewicz <Chris@ChrisKankiewicz.com>
Date: Thu, 20 Feb 2014 14:27:19 -0700
Subject: [PATCH] Removed unnecessary top margin from .modal-footer

---
 less/modals.less | 1 -
 1 file changed, 1 deletion(-)

diff --git a/less/modals.less b/less/modals.less
index 21cdee0f4e..f4e95346bd 100644
--- a/less/modals.less
+++ b/less/modals.less
@@ -98,7 +98,6 @@
 
 // Footer (for actions)
 .modal-footer {
-  margin-top: 15px;
   padding: (@modal-inner-padding - 1) @modal-inner-padding @modal-inner-padding;
   text-align: right; // right align buttons
   border-top: 1px solid @modal-footer-border-color;
-- 
GitLab