Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/twbs/bootstrap.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMark Otto <markdotto@gmail.com>2015-08-23 10:24:59 +0300
committerMark Otto <markdotto@gmail.com>2015-08-23 10:24:59 +0300
commit683472d6e217c80fcb196398ec2444228752a5d0 (patch)
tree4835327a738afb49e53cdd6d1d52102d1a9d8577 /scss/_alert.scss
parentd4e7252a835175575a79142fc014f11feccf217b (diff)
remove a margin-top: 0 reset since we nuke headings' top margins now in reboot
Diffstat (limited to 'scss/_alert.scss')
-rw-r--r--scss/_alert.scss1
1 files changed, 0 insertions, 1 deletions
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;
}