aboutsummaryrefslogtreecommitdiff
path: root/less/forms.less
diff options
context:
space:
mode:
authorJacob Thornton <[email protected]>2012-02-21 23:16:06 -0800
committerJacob Thornton <[email protected]>2012-02-21 23:16:06 -0800
commit5ad5dde1e24f668cf9b720dd59fc2a7d4808c0b3 (patch)
tree568f4a35482b5b27992309992db7cc322b0d7e4c /less/forms.less
parente3ae517555fb9500493fde8efeef4a9788cd3264 (diff)
downloadbootstrap-5ad5dde1e24f668cf9b720dd59fc2a7d4808c0b3.tar.xz
bootstrap-5ad5dde1e24f668cf9b720dd59fc2a7d4808c0b3.zip
rewrite the grid system. Clean shit up tons - only generate 12 columns by default - custom builder will do differently if you request it.
Diffstat (limited to 'less/forms.less')
-rw-r--r--less/forms.less6
1 files changed, 3 insertions, 3 deletions
diff --git a/less/forms.less b/less/forms.less
index bc89bdc3f..9a0d3b849 100644
--- a/less/forms.less
+++ b/less/forms.less
@@ -253,7 +253,7 @@ textarea[class*="span"],
// GRID SIZING FOR INPUTS
// ----------------------
-#inputGridSystem > .generate(@gridColumns, @gridColumnWidth, @gridGutterWidth);
+#grid > .input (@gridColumnWidth, @gridGutterWidth);
@@ -301,7 +301,7 @@ select:focus:required:invalid {
border-color: #ee5f5b;
&:focus {
border-color: darken(#ee5f5b, 10%);
- .box-shadow(0 0 6px lighten(#ee5f5b, 20%));
+ .box-shadow(0 0 6px lighten(#ee5f5b, 20%));
}
}
@@ -410,7 +410,7 @@ select:focus:required:invalid {
}
.uneditable-input {
border-left-color: #eee;
- border-right-color: #ccc;
+ border-right-color: #ccc;
}
.add-on {
margin-right: 0;