diff options
| author | Chris Rebert <[email protected]> | 2016-02-27 14:58:09 -0800 |
|---|---|---|
| committer | Chris Rebert <[email protected]> | 2016-02-27 14:58:09 -0800 |
| commit | d5ce6d0d06729df936675ea15baf0854ef77852d (patch) | |
| tree | 314e35a9cd9b7c3117b56ce210e407946dc27819 /docs/dist/css/bootstrap.css | |
| parent | e3e9da25168057f20ca0aca91f50f90c4ea3740a (diff) | |
| parent | 666e8aa8b1a8ec71896ff5292c547ca561427584 (diff) | |
| download | bootstrap-d5ce6d0d06729df936675ea15baf0854ef77852d.tar.xz bootstrap-d5ce6d0d06729df936675ea15baf0854ef77852d.zip | |
Merge pull request #19333 from twbs/v4-dev-update-docs-assets
Update docs assets
Diffstat (limited to 'docs/dist/css/bootstrap.css')
| -rw-r--r-- | docs/dist/css/bootstrap.css | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/docs/dist/css/bootstrap.css b/docs/dist/css/bootstrap.css index 605981624..848b6ee9c 100644 --- a/docs/dist/css/bootstrap.css +++ b/docs/dist/css/bootstrap.css @@ -2147,6 +2147,12 @@ select.form-control:not([size]):not([multiple]) { margin-bottom: 0; } +.form-control-legend { + padding: 0.5rem 0.75rem; + margin-bottom: 0; + font-size: 1rem; +} + _::-webkit-full-page-media.form-control, input[type="date"].form-control, input[type="time"].form-control, |
