From: Mark Otto Date: Wed, 15 May 2013 17:01:09 +0000 (-0700) Subject: Fixes #7898: ensure button type X-Git-Tag: v3.0.0-rc1~357^2~2 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=6307dc40d738653d2fdf8c2316e27586fa8e975f;p=thirdparty%2Fbootstrap.git Fixes #7898: ensure button type Sets `type="button"` on all buttons in the docs --- diff --git a/docs/assets/css/docs.css b/docs/assets/css/docs.css index c2446d0fe4..3cc4d97ecc 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 { diff --git a/docs/components.html b/docs/components.html index 66573758ab..ea87a7e22d 100644 --- a/docs/components.html +++ b/docs/components.html @@ -602,7 +602,7 @@ lead: "Dozens of reusable components built to provide iconography, dropdowns, na
- +
- +
- +
- +
- +