From: Mark Otto Date: Sun, 23 Aug 2015 07:24:59 +0000 (-0700) Subject: remove a margin-top: 0 reset since we nuke headings' top margins now in reboot X-Git-Tag: v4.0.0-alpha.2~441 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=683472d6e217c80fcb196398ec2444228752a5d0;p=thirdparty%2Fbootstrap.git remove a margin-top: 0 reset since we nuke headings' top margins now in reboot --- 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; }