+
+
+
Headings
+
+
+
@headings-font-family
+
+
Choose a separate font-family for headings.
@headings-font-weight
Choose a separate font-weight for headings.
+
+
+
Container sizes
+
Define the maximum width of .container
for different screen sizes.
+
+
+
@container-tablet
+
+
For @screen-small
and up.
+
@container-desktop
+
+
For @screen-medium
and up.
+
+
+
@container-large-desktop
+
+
For @screen-large
and up.
+
+
+
Grid system
Define your custom responsive grid.
@@ -522,7 +551,7 @@ lead: Customize Bootstrap's components, LESS variables, and jQuery plugins to ge
@btn-default-color
@btn-default-bg
-
+
@btn-default-border
Primary
diff --git a/less/forms.less b/less/forms.less
index 2389036daf..add42ee9f8 100644
--- a/less/forms.less
+++ b/less/forms.less
@@ -437,7 +437,7 @@ input[type="color"] {
}
// Only right align form labels here when the columns stop stacking
-@media (min-width: 768px) {
+@media (min-width: @screen-tablet) {
.form-horizontal .control-label {
text-align: right;
}
diff --git a/less/mixins.less b/less/mixins.less
index 6d39d2aaeb..e5643721d7 100644
--- a/less/mixins.less
+++ b/less/mixins.less
@@ -331,7 +331,7 @@
// --------------------------------------------------
// Short retina mixin for setting background-image and -size
-.retina-image(@file-1x, @file-2x, @width-1x, @height-1x) {
+.img-retina(@file-1x, @file-2x, @width-1x, @height-1x) {
background-image: url("@{file-1x}");
@media