Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/twbs/bootstrap.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMark Otto <otto@github.com>2012-11-30 12:53:07 +0400
committerMark Otto <otto@github.com>2012-11-30 12:53:07 +0400
commit7313702cf3e609dfed685bccc66b327436f92385 (patch)
tree79e85c45cfa0cee848d6f9a19d81d452b3b82049 /less/responsive-1200px-min.less
parent8d09e7c24d2174dd5c85461eaedeacfb299faeaa (diff)
Inputs now 100% width by default
* Includes text inputs, selects, and textareas * Updated docs to include .span* sizes wherever possible * Commented out responsive 1200px inputs grid * Still some derp to be done to improve more, but this is a decent first stab
Diffstat (limited to 'less/responsive-1200px-min.less')
-rw-r--r--less/responsive-1200px-min.less2
1 files changed, 1 insertions, 1 deletions
diff --git a/less/responsive-1200px-min.less b/less/responsive-1200px-min.less
index d028ef7243..aa7d9b9d78 100644
--- a/less/responsive-1200px-min.less
+++ b/less/responsive-1200px-min.less
@@ -14,6 +14,6 @@
// Fixed grid
#grid > .core(@gridColumnWidth1200, @gridGutterWidth1200, @gridRowWidth1200);
- #grid > .input(@gridColumnWidth1200, @gridGutterWidth1200, @gridRowWidth1200);
+ // #grid > .input(@gridColumnWidth1200, @gridGutterWidth1200, @gridRowWidth1200);
}