diff --git a/docs/assets/css/docs.css b/docs/assets/css/docs.css index c91afd73a..366582101 100644 --- a/docs/assets/css/docs.css +++ b/docs/assets/css/docs.css @@ -676,7 +676,7 @@ form.well { .bs-docs-example .hero-unit, .bs-docs-example .pagination, .bs-docs-example .navbar, -.bs-docs-example .nav, +.bs-docs-example > .nav, .bs-docs-example blockquote { margin-bottom: 5px; } diff --git a/docs/components.html b/docs/components.html index 9d25a8b05..9eee56591 100644 --- a/docs/components.html +++ b/docs/components.html @@ -82,6 +82,7 @@

Dozens of reusable components are built into Bootstrap to provide navigation, alerts, popovers, and much more.

+ + + + + +
diff --git a/docs/javascript.html b/docs/javascript.html index b83612d52..e362985ab 100644 --- a/docs/javascript.html +++ b/docs/javascript.html @@ -151,10 +151,11 @@ -

About modals

-

A streamlined, but flexible, take on the traditional javascript modal plugin with only the minimum required functionality and smart defaults.

+

Examples

+

Modals are streamlined, but flexible, dialog prompts with the minimum required functionality and smart defaults.

Static example

+

A rendered modal with header, body, and set of actions in the footer.