diff options
| author | Mark Otto <[email protected]> | 2015-04-23 00:51:39 -0700 |
|---|---|---|
| committer | Mark Otto <[email protected]> | 2015-04-23 00:51:39 -0700 |
| commit | dc3abb5f127b21f677ec663a5c8ccbea45b7168a (patch) | |
| tree | 59e652727459a71c8d7e7cf031b208f511d6294b /docs/dist/css/bootstrap.css | |
| parent | 56e267e71f6fc22d47e6ab3c6ae2914026ea2524 (diff) | |
| download | bootstrap-dc3abb5f127b21f677ec663a5c8ccbea45b7168a.tar.xz bootstrap-dc3abb5f127b21f677ec663a5c8ccbea45b7168a.zip | |
Update labels and form grid examples
Diffstat (limited to 'docs/dist/css/bootstrap.css')
| -rw-r--r-- | docs/dist/css/bootstrap.css | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/docs/dist/css/bootstrap.css b/docs/dist/css/bootstrap.css index ba2246a88..ad5cf8e46 100644 --- a/docs/dist/css/bootstrap.css +++ b/docs/dist/css/bootstrap.css @@ -377,6 +377,7 @@ th { label { display: inline-block; + margin-bottom: .5rem; } input, button, select, textarea { @@ -1683,8 +1684,8 @@ pre code { border: 1px solid #eceeef; } -label { - margin-bottom: .5rem; +.form-control-label { + padding: .5625rem .75rem; } .form-control { |
