]> git.ipfire.org Git - thirdparty/bootstrap.git/commitdiff
don't let that interfere with the navbar
authorMark Otto <markdotto@gmail.com>
Tue, 18 Aug 2015 07:47:10 +0000 (00:47 -0700)
committerMark Otto <markdotto@gmail.com>
Tue, 18 Aug 2015 07:47:10 +0000 (00:47 -0700)
docs/assets/scss/_component-examples.scss

index 8877f56dc096473784fb6aec60f11f65fc6cdf7f..945b3b4abbff5e4cfb93f22065bcbe760d044e02 100644 (file)
   .bg-info,
   .bg-warning,
   .bg-danger {
-    padding: .5rem;
-    margin-top: .5rem;
-    margin-bottom: .5rem;
+    &:not(.navbar) {
+      padding: .5rem;
+      margin-top: .5rem;
+      margin-bottom: .5rem;
+    }
   }
 }