From f453909f390f88664cc590fe3f1fa3c0df041200 Mon Sep 17 00:00:00 2001 From: Mark Otto Date: Mon, 11 Jun 2012 21:48:41 -0700 Subject: [PATCH] add a dropdowns section to Components (still needs work) and reformat much of the js docs --- docs/assets/css/docs.css | 2 +- docs/components.html | 87 +++++++- docs/javascript.html | 254 +++++++++++++---------- docs/templates/pages/components.mustache | 87 +++++++- docs/templates/pages/javascript.mustache | 254 +++++++++++++---------- 5 files changed, 463 insertions(+), 221 deletions(-) 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.