Skip to content

Commit

Permalink
(less) fixes twbs#9969: add support for output element
Browse files Browse the repository at this point in the history
  • Loading branch information
mdo committed Aug 24, 2013
1 parent ff014ed commit 0ca79e7
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions forms.less
Original file line number Diff line number Diff line change
Expand Up @@ -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
//
Expand Down

0 comments on commit 0ca79e7

Please sign in to comment.