diff options
| author | Mark Otto <[email protected]> | 2014-11-09 22:05:09 -0800 |
|---|---|---|
| committer | Mark Otto <[email protected]> | 2014-11-09 22:05:09 -0800 |
| commit | e020d50838049604c257777e1169cc0b9822ad0b (patch) | |
| tree | 82572574843f1a0e81b9c1323a602303ebcc635e /less/_forms.less | |
| parent | 86af1f39abbff7ef06b94d23951408ca27f81cdc (diff) | |
| download | bootstrap-e020d50838049604c257777e1169cc0b9822ad0b.tar.xz bootstrap-e020d50838049604c257777e1169cc0b9822ad0b.zip | |
fix variable, run grunt
Diffstat (limited to 'less/_forms.less')
| -rw-r--r-- | less/_forms.less | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/less/_forms.less b/less/_forms.less index ff4e4bbcf..b50dbb8ac 100644 --- a/less/_forms.less +++ b/less/_forms.less @@ -186,13 +186,13 @@ input[type="search"] { input[type="time"].input-sm, input[type="datetime-local"].input-sm, input[type="month"].input-sm { - line-height: @input-height-small; + line-height: @input-height-sm; } input[type="date"].input-lg, input[type="time"].input-lg, input[type="datetime-local"].input-lg, input[type="month"].input-lg { - line-height: @input-height-large; + line-height: @input-height-lg; } } |
