aboutsummaryrefslogtreecommitdiff
path: root/lib/forms.less
diff options
context:
space:
mode:
authorMark Otto <[email protected]>2011-10-03 22:14:50 -0700
committerMark Otto <[email protected]>2011-10-03 22:14:50 -0700
commita968d300b434598e8c1735f08fc7ad5da9d40033 (patch)
treec5c40259e8a6ff2d53cdbac9410abdb48e681386 /lib/forms.less
parent948c59ddb39af2086efeb5c39b3e6b18e8bcb75f (diff)
downloadbootstrap-a968d300b434598e8c1735f08fc7ad5da9d40033.tar.xz
bootstrap-a968d300b434598e8c1735f08fc7ad5da9d40033.zip
overhaul the grid CSS to make it more durable for tables and forms to use the same sizing methods; need to see about improving this in the future
Diffstat (limited to 'lib/forms.less')
-rw-r--r--lib/forms.less2
1 files changed, 0 insertions, 2 deletions
diff --git a/lib/forms.less b/lib/forms.less
index 77e1ce24b..85e6e361e 100644
--- a/lib/forms.less
+++ b/lib/forms.less
@@ -235,9 +235,7 @@ textarea.xxlarge {
// This is a duplication of the main grid .columns() mixin, but subtracts 10px to account for input padding and border
.formColumns(@columnSpan: 1) {
display: inline-block;
- float: none;
width: ((@gridColumnWidth - 10) * @columnSpan) + ((@gridColumnWidth - 10) * (@columnSpan - 1));
- margin-left: 0;
}
input,
textarea,