diff options
| author | Mark Otto <[email protected]> | 2015-08-23 00:24:59 -0700 |
|---|---|---|
| committer | Mark Otto <[email protected]> | 2015-08-23 00:24:59 -0700 |
| commit | 683472d6e217c80fcb196398ec2444228752a5d0 (patch) | |
| tree | 4835327a738afb49e53cdd6d1d52102d1a9d8577 | |
| parent | d4e7252a835175575a79142fc014f11feccf217b (diff) | |
| download | bootstrap-683472d6e217c80fcb196398ec2444228752a5d0.tar.xz bootstrap-683472d6e217c80fcb196398ec2444228752a5d0.zip | |
remove a margin-top: 0 reset since we nuke headings' top margins now in reboot
| -rw-r--r-- | scss/_alert.scss | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/scss/_alert.scss b/scss/_alert.scss index aaa2a1da5..e52e957b5 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; } |
