diff options
| author | Mark Otto <[email protected]> | 2012-08-01 11:53:00 -0700 |
|---|---|---|
| committer | Mark Otto <[email protected]> | 2012-08-01 11:53:00 -0700 |
| commit | 735001cb266def8185367ae9d48207e46f6e023f (patch) | |
| tree | b0dbab567561888d6792c4723587b40cef6af626 /less | |
| parent | 5637c6fb7031ed045902a4f74bbb164978b7dd38 (diff) | |
| download | bootstrap-735001cb266def8185367ae9d48207e46f6e023f.tar.xz bootstrap-735001cb266def8185367ae9d48207e46f6e023f.zip | |
increase horizontal padding on inputs given new font-size
Diffstat (limited to 'less')
| -rw-r--r-- | less/forms.less | 2 | ||||
| -rw-r--r-- | less/mixins.less | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/less/forms.less b/less/forms.less index b2095e6f4..8dfef255a 100644 --- a/less/forms.less +++ b/less/forms.less @@ -80,7 +80,7 @@ input[type="color"], .uneditable-input { display: inline-block; height: @baseLineHeight; - padding: 4px; + padding: 4px 6px; margin-bottom: 9px; font-size: @baseFontSize; line-height: @baseLineHeight; diff --git a/less/mixins.less b/less/mixins.less index d4dea27be..96ce23eca 100644 --- a/less/mixins.less +++ b/less/mixins.less @@ -643,7 +643,7 @@ .spanX (0) {} .span(@columns) { - width: ((@gridColumnWidth) * @columns) + (@gridGutterWidth * (@columns - 1)) - 10; + width: ((@gridColumnWidth) * @columns) + (@gridGutterWidth * (@columns - 1)) - 14; } input, |
