diff options
| author | Mark Otto <[email protected]> | 2013-05-15 10:01:09 -0700 |
|---|---|---|
| committer | Mark Otto <[email protected]> | 2013-05-15 10:01:09 -0700 |
| commit | 6307dc40d738653d2fdf8c2316e27586fa8e975f (patch) | |
| tree | 8ccabfdddf3a9a332d5b75175f9a853800e2e980 /docs/assets/css | |
| parent | 31dcb911893c1f7b6eebe097705a3e64568c8654 (diff) | |
| download | bootstrap-6307dc40d738653d2fdf8c2316e27586fa8e975f.tar.xz bootstrap-6307dc40d738653d2fdf8c2316e27586fa8e975f.zip | |
Fixes #7898: ensure button type
Sets `type="button"` on all buttons in the docs
Diffstat (limited to 'docs/assets/css')
| -rw-r--r-- | docs/assets/css/docs.css | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/docs/assets/css/docs.css b/docs/assets/css/docs.css index c2446d0fe..3cc4d97ec 100644 --- a/docs/assets/css/docs.css +++ b/docs/assets/css/docs.css @@ -269,6 +269,9 @@ body { .bs-example > .well:last-child { margin-bottom: 0; } +.bs-example > .close { + float: none; +} /* Typography */ .bs-example-type .table td { |
