From b8a4921b5794f11c24100e2701f0df228d607698 Mon Sep 17 00:00:00 2001 From: Mark Otto Date: Mon, 10 Oct 2011 19:38:24 -0700 Subject: fixing form input width sizing, removing unused CSS --- lib/forms.less | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'lib/forms.less') diff --git a/lib/forms.less b/lib/forms.less index 6667df0c4..82da41aab 100644 --- a/lib/forms.less +++ b/lib/forms.less @@ -254,7 +254,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; - width: ((@gridColumnWidth - 10) * @columnSpan) + ((@gridColumnWidth - 10) * (@columnSpan - 1)); + width: ((@gridColumnWidth) * @columnSpan) + (@gridGutterWidth * (@columnSpan - 1)) - 10; } input, textarea { -- cgit v1.2.3