diff --git a/docs/assets/css/bootstrap-responsive.css b/docs/assets/css/bootstrap-responsive.css index 9a9bd3307..6a420b179 100644 --- a/docs/assets/css/bootstrap-responsive.css +++ b/docs/assets/css/bootstrap-responsive.css @@ -800,16 +800,15 @@ .thumbnails { margin-left: 0; } + .thumbnails > li { + float: none; + } [class*="span"], .row-fluid [class*="span"] { display: block; float: none; width: auto; - max-width: 100%; margin-left: 0; - -webkit-box-sizing: border-box; - -moz-box-sizing: border-box; - box-sizing: border-box; } .input-large, .input-xlarge, diff --git a/docs/assets/css/bootstrap.css b/docs/assets/css/bootstrap.css index 61da2f457..52dbf7a1c 100644 --- a/docs/assets/css/bootstrap.css +++ b/docs/assets/css/bootstrap.css @@ -4714,7 +4714,7 @@ input[type="submit"].btn.btn-mini { left: 0; z-index: 1010; display: none; - width: 218px; + width: 238px; background-color: #fff; border: 1px solid #ccc; border: 1px solid rgba(0, 0, 0, 0.2); @@ -4833,6 +4833,7 @@ input[type="submit"].btn.btn-mini { .popover-title { padding: 8px 14px; + margin: 0; font-size: 14px; font-weight: normal; line-height: 18px; diff --git a/docs/assets/css/docs.css b/docs/assets/css/docs.css index 9593ae772..c5d92b613 100644 --- a/docs/assets/css/docs.css +++ b/docs/assets/css/docs.css @@ -607,8 +607,8 @@ form.bs-docs-example { position: relative; display: block; float: left; - width: 210px; - margin: 10px; + width: 260px; + margin: 20px; } diff --git a/docs/javascript.html b/docs/javascript.html index 888391ba5..c17af37cd 100644 --- a/docs/javascript.html +++ b/docs/javascript.html @@ -863,8 +863,7 @@ $('a[data-toggle="tab"]').on('shown', function (e) {
Add small overlays of content, like those on the iPad, to any element for housing secondary information. Hover over the button to trigger the popover.
-* Requires Tooltip to be included
+Add small overlays of content, like those on the iPad, to any element for housing secondary information. Hover over the button to trigger the popover. Requires Tooltip to be included.
Four options are available: top, right, bottom, and left aligned.
diff --git a/docs/templates/pages/javascript.mustache b/docs/templates/pages/javascript.mustache index 13d5285b7..d9ef68c7d 100644 --- a/docs/templates/pages/javascript.mustache +++ b/docs/templates/pages/javascript.mustache @@ -795,8 +795,7 @@ $('a[data-toggle="tab"]').on('shown', function (e) {{{_i}}Add small overlays of content, like those on the iPad, to any element for housing secondary information. Hover over the button to trigger the popover.{{/i}}
-* {{_i}}Requires Tooltip to be included{{/i}}
+{{_i}}Add small overlays of content, like those on the iPad, to any element for housing secondary information. Hover over the button to trigger the popover. Requires Tooltip to be included.{{/i}}
{{_i}}Four options are available: top, right, bottom, and left aligned.{{/i}}
diff --git a/less/popovers.less b/less/popovers.less index 5ea79cf73..2d58a9a24 100644 --- a/less/popovers.less +++ b/less/popovers.less @@ -9,7 +9,7 @@ left: 0; z-index: @zindexPopover; display: none; - width: 218px; + width: 238px; background-color: #fff; -webkit-background-clip: padding-box; -moz-background-clip: padding; @@ -47,6 +47,7 @@ } .popover-title { + margin: 0; // reset heading margin padding: 8px 14px; font-size: 14px; font-weight: normal;