2
0
mirror of https://github.com/tenrok/bootstrap.git synced 2026-06-11 18:02:28 +03:00

fix variable, run grunt

This commit is contained in:
Mark Otto
2014-11-09 22:05:09 -08:00
parent 86af1f39ab
commit e020d50838
12 changed files with 544 additions and 496 deletions
+2 -2
View File
@@ -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;
}
}