2
0
mirror of https://github.com/tenrok/bootstrap.git synced 2026-06-05 16:42:29 +03:00

fixes #9969: add support for output element

This commit is contained in:
Mark Otto
2013-08-24 00:14:09 -07:00
parent 802e5caf51
commit 9733a998e2
3 changed files with 19 additions and 1 deletions
+9
View File
@@ -82,6 +82,15 @@ input[type="number"] {
}
}
// Adjust output element
output {
display: block;
padding-top: (@padding-base-vertical + 1);
font-size: @font-size-base;
line-height: @line-height-base;
color: @input-color;
vertical-align: middle;
}
// Placeholder
//