From 683472d6e217c80fcb196398ec2444228752a5d0 Mon Sep 17 00:00:00 2001 From: Mark Otto Date: Sun, 23 Aug 2015 00:24:59 -0700 Subject: [PATCH] remove a margin-top: 0 reset since we nuke headings' top margins now in reboot --- scss/_alert.scss | 1 - 1 file changed, 1 deletion(-) diff --git a/scss/_alert.scss b/scss/_alert.scss index aaa2a1da58..e52e957b51 100644 --- a/scss/_alert.scss +++ b/scss/_alert.scss @@ -20,7 +20,6 @@ // Headings for larger alerts .alert-heading { - margin-top: 0; // Specified to prevent conflicts of changing $headings-color color: inherit; }