app/frameworks/twitter/bootstrap/alerts.less in less-rails-bootstrap-3.3.2.0 vs app/frameworks/twitter/bootstrap/alerts.less in less-rails-bootstrap-3.3.4.0
- old
+ new
@@ -16,21 +16,21 @@
h4 {
margin-top: 0;
// Specified for the h4 to prevent conflicts of changing @headings-color
color: inherit;
}
-
+
// Provide class for links that match alerts
.alert-link {
font-weight: @alert-link-font-weight;
}
// Improve alignment and spacing of inner content
> p,
> ul {
margin-bottom: 0;
}
-
+
> p + p {
margin-top: 5px;
}
}