diff --git a/docs/css.html b/docs/css.html index 7826742e86..e87abfbc0d 100644 --- a/docs/css.html +++ b/docs/css.html @@ -1456,19 +1456,19 @@ For example, <section> should be wrapped as inline.

Validation styles are applied on a per-input basis. With horizontal forms, the <label class="control-label"> will always be styled.

-
+
-
+
-
+
@@ -1476,19 +1476,19 @@ For example, <section> should be wrapped as inline.
{% highlight html %} -
+
-
+
-
+
diff --git a/docs/customize.html b/docs/customize.html index b54b70fc30..7d2b4f2540 100644 --- a/docs/customize.html +++ b/docs/customize.html @@ -398,9 +398,20 @@ lead: Customize Bootstrap's components, LESS variables, and jQuery plugins to ge

Used to calculate line-height throughout Bootstrap.

+
+
+ +

Headings

+
+
+ + +

Choose a separate font-family for headings.

Choose a separate font-weight for headings.

+
+

Choose a separate line-height for headings.

@@ -458,6 +469,24 @@ lead: Customize Bootstrap's components, LESS variables, and jQuery plugins to ge
+

Container sizes

+

Define the maximum width of .container for different screen sizes.

+
+
+ + +

For @screen-small and up.

+ + +

For @screen-medium and up.

+
+
+ + +

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 - +

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