// 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;
> ul {
margin-bottom: 0;
}
-
+
> p + p {
margin-top: 5px;
}
position: relative;
top: -1px;
}
-
+
.btn-xs & {
top: 0;
padding: 1px 5px;
color: @badge-active-color;
background-color: @badge-active-bg;
}
-
+
.list-group-item > & {
float: right;
}
-
+
.list-group-item > & + & {
margin-right: 5px;
}
-
+
.nav-pills > li > a > & {
margin-left: 3px;
}
.h1 {
color: @jumbotron-heading-color;
}
-
+
p {
margin-bottom: (@jumbotron-padding / 2);
font-size: @jumbotron-font-size;