1
0
mirror of https://github.com/twbs/bootstrap.git synced 2025-08-28 23:59:53 +02:00

fix broke shit, recompile

This commit is contained in:
Mark Otto
2015-01-03 20:16:46 -08:00
parent 0e5d17d5f6
commit 615eb99067
14 changed files with 49 additions and 53 deletions

View File

@@ -181,16 +181,16 @@ input[type="search"] {
input[type="time"],
input[type="datetime-local"],
input[type="month"] {
line-height: @input-height-base;
line-height: $input-height-base;
&.input-sm,
.input-group-sm & {
line-height: @input-height-small;
line-height: $input-height-sm;
}
&.input-lg,
.input-group-lg & {
line-height: @input-height-large;
line-height: $input-height-lg;
}
}
}