aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--docs/assets/bootstrap.zipbin57396 -> 57423 bytes
-rw-r--r--docs/assets/css/bootstrap-responsive.css3
-rw-r--r--less/responsive-767px-max.less3
3 files changed, 6 insertions, 0 deletions
diff --git a/docs/assets/bootstrap.zip b/docs/assets/bootstrap.zip
index e40a00a77..fc922efd2 100644
--- a/docs/assets/bootstrap.zip
+++ b/docs/assets/bootstrap.zip
Binary files differ
diff --git a/docs/assets/css/bootstrap-responsive.css b/docs/assets/css/bootstrap-responsive.css
index f730fb20c..374c77414 100644
--- a/docs/assets/css/bootstrap-responsive.css
+++ b/docs/assets/css/bootstrap-responsive.css
@@ -165,6 +165,9 @@
width: auto;
margin-left: 0;
}
+ .input-large,
+ .input-xlarge,
+ .input-xxlarge,
input[class*="span"],
select[class*="span"],
textarea[class*="span"],
diff --git a/less/responsive-767px-max.less b/less/responsive-767px-max.less
index 9655981af..614c6905c 100644
--- a/less/responsive-767px-max.less
+++ b/less/responsive-767px-max.less
@@ -128,6 +128,9 @@
// FORM FIELDS
// -----------
// Make span* classes full width
+ .input-large,
+ .input-xlarge,
+ .input-xxlarge,
input[class*="span"],
select[class*="span"],
textarea[class*="span"],