diff options
| author | Mark Otto <[email protected]> | 2012-04-07 23:41:09 -0700 |
|---|---|---|
| committer | Mark Otto <[email protected]> | 2012-04-07 23:41:09 -0700 |
| commit | 0b2d23d4439429cdbd0758d01f4602e6b2afde6d (patch) | |
| tree | 69471223f9cedec1b2e32a005a3487fe1aa717f8 | |
| parent | 28c4ed824ecec842b550970c8d29e60c89579ee3 (diff) | |
| download | bootstrap-0b2d23d4439429cdbd0758d01f4602e6b2afde6d.tar.xz bootstrap-0b2d23d4439429cdbd0758d01f4602e6b2afde6d.zip | |
add larger .input-* to block reset for responsive <767
| -rw-r--r-- | docs/assets/bootstrap.zip | bin | 57396 -> 57423 bytes | |||
| -rw-r--r-- | docs/assets/css/bootstrap-responsive.css | 3 | ||||
| -rw-r--r-- | less/responsive-767px-max.less | 3 |
3 files changed, 6 insertions, 0 deletions
diff --git a/docs/assets/bootstrap.zip b/docs/assets/bootstrap.zip Binary files differindex e40a00a77..fc922efd2 100644 --- a/docs/assets/bootstrap.zip +++ b/docs/assets/bootstrap.zip 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"], |
