aboutsummaryrefslogtreecommitdiff
path: root/less/_forms.less
diff options
context:
space:
mode:
authorMark Otto <[email protected]>2014-11-09 22:05:09 -0800
committerMark Otto <[email protected]>2014-11-09 22:05:09 -0800
commite020d50838049604c257777e1169cc0b9822ad0b (patch)
tree82572574843f1a0e81b9c1323a602303ebcc635e /less/_forms.less
parent86af1f39abbff7ef06b94d23951408ca27f81cdc (diff)
downloadbootstrap-e020d50838049604c257777e1169cc0b9822ad0b.tar.xz
bootstrap-e020d50838049604c257777e1169cc0b9822ad0b.zip
fix variable, run grunt
Diffstat (limited to 'less/_forms.less')
-rw-r--r--less/_forms.less4
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;
}
}