From: Mark Otto Date: Tue, 12 Jun 2012 04:48:41 +0000 (-0700) Subject: add a dropdowns section to Components (still needs work) and reformat much of the... X-Git-Tag: v2.1.0~2^2~277 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=f453909f390f88664cc590fe3f1fa3c0df041200;p=thirdparty%2Fbootstrap.git add a dropdowns section to Components (still needs work) and reformat much of the js docs --- diff --git a/docs/assets/css/docs.css b/docs/assets/css/docs.css index c91afd73a8..366582101b 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 9d25a8b057..9eee565911 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 b83612d52e..e362985ab8 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.