aboutsummaryrefslogtreecommitdiff
path: root/docs/assets/css/docs.css
diff options
context:
space:
mode:
authorMark Otto <[email protected]>2013-05-15 10:01:09 -0700
committerMark Otto <[email protected]>2013-05-15 10:01:09 -0700
commit6307dc40d738653d2fdf8c2316e27586fa8e975f (patch)
tree8ccabfdddf3a9a332d5b75175f9a853800e2e980 /docs/assets/css/docs.css
parent31dcb911893c1f7b6eebe097705a3e64568c8654 (diff)
downloadbootstrap-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/docs.css')
-rw-r--r--docs/assets/css/docs.css3
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 {