diff options
| author | Mark Otto <[email protected]> | 2011-12-21 19:32:14 -0600 |
|---|---|---|
| committer | Mark Otto <[email protected]> | 2011-12-21 19:32:14 -0600 |
| commit | 690d3f4d1aeb97a76d22a4dfe056e33606e0bd94 (patch) | |
| tree | 22e68447e5d04464277fc342ff3eba4ff64e8923 /lib | |
| parent | 369cedd87c4447241ce2a73ed6c8414a4cd8bdf8 (diff) | |
| download | bootstrap-690d3f4d1aeb97a76d22a4dfe056e33606e0bd94.tar.xz bootstrap-690d3f4d1aeb97a76d22a4dfe056e33606e0bd94.zip | |
remove inline input field CSS since that's not required as all inputs are inline-block anyway
Diffstat (limited to 'lib')
| -rw-r--r-- | lib/forms.less | 21 |
1 files changed, 0 insertions, 21 deletions
diff --git a/lib/forms.less b/lib/forms.less index 84fddd7d1..99d6fcb59 100644 --- a/lib/forms.less +++ b/lib/forms.less @@ -298,27 +298,6 @@ textarea[readonly] { -// INLINE FIELDS -// ------------- - -.inline-inputs { - color: @gray; - span, input { - display: inline-block; - } - input.mini { - width: 60px; - } - input.small { - width: 90px; - } - span { - padding: 0 2px 0 1px; - } -} - - - // INPUT GROUPS // ------------ |
