diff options
| author | Mark Otto <[email protected]> | 2013-01-16 16:14:41 -0800 |
|---|---|---|
| committer | Mark Otto <[email protected]> | 2013-01-16 16:14:41 -0800 |
| commit | 9ba14cfb7c0daa75453fd226d09198ffec142b1b (patch) | |
| tree | b3d943148bab1e5776f2e8ec564d15760207b380 /less/forms.less | |
| parent | 960804cea397d5616918341eaec41a384976c20e (diff) | |
| download | bootstrap-9ba14cfb7c0daa75453fd226d09198ffec142b1b.tar.xz bootstrap-9ba14cfb7c0daa75453fd226d09198ffec142b1b.zip | |
More navbar derping
Diffstat (limited to 'less/forms.less')
| -rw-r--r-- | less/forms.less | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/less/forms.less b/less/forms.less index 781218b44..0415f217e 100644 --- a/less/forms.less +++ b/less/forms.less @@ -55,11 +55,11 @@ input[type="search"], input[type="tel"], input[type="color"], .uneditable-input { - display: block; + display: inline-block; .box-sizing(border-box); // Makes inputs behave like true block-level elements min-height: @input-height; // Make inputs at least the height of their button counterpart (base line-height + padding + border) padding: 6px 9px; - margin-bottom: @line-height-base / 2; + // margin-bottom: @line-height-base / 2; font-size: @font-size-base; line-height: @line-height-base; color: @gray; |
