diff options
| author | Mark Otto <[email protected]> | 2012-01-07 00:26:58 -0800 |
|---|---|---|
| committer | Mark Otto <[email protected]> | 2012-01-07 00:26:58 -0800 |
| commit | 36e7660383a7639f5d538efb7dc0f349e285b42d (patch) | |
| tree | c95ba413d3b56460d6b75da4534a12fa946e7d64 /lib | |
| parent | 94b825abc82abba14131824d57f3368871c5f4cb (diff) | |
| download | bootstrap-36e7660383a7639f5d538efb7dc0f349e285b42d.tar.xz bootstrap-36e7660383a7639f5d538efb7dc0f349e285b42d.zip | |
fix forms in navbars, fix examples' navbars
Diffstat (limited to 'lib')
| -rw-r--r-- | lib/forms.less | 3 | ||||
| -rw-r--r-- | lib/navbar.less | 5 |
2 files changed, 7 insertions, 1 deletions
diff --git a/lib/forms.less b/lib/forms.less index 8b85d240a..9e0b84362 100644 --- a/lib/forms.less +++ b/lib/forms.less @@ -141,10 +141,11 @@ textarea { .radio.inline, .checkbox.inline { display: inline-block; + margin-bottom: 0; } .radio.inline + .radio.inline, .checkbox.inline + .checkbox.inline { - margin-left: 10px; + margin-left: 10px; // space out consecutive inline controls } diff --git a/lib/navbar.less b/lib/navbar.less index edc19c641..516890ba7 100644 --- a/lib/navbar.less +++ b/lib/navbar.less @@ -56,6 +56,11 @@ // Navbar forms .navbar-form { margin-bottom: 0; // remove default bottom margin + input, + select { + display: inline-block; + margin-bottom: 0; + } } // Navbar search |
