diff --git a/docs/assets/css/docs.css b/docs/assets/css/docs.css index 640dc5cfb7..b5e4cc33cb 100644 --- a/docs/assets/css/docs.css +++ b/docs/assets/css/docs.css @@ -258,9 +258,10 @@ hr.soften { font-size: 60px; } .subhead .lead { - max-width: 780px; margin-bottom: 30px; line-height: 25px; + font-size: 30px; + line-height: 40px; } /* Subnav */ diff --git a/docs/javascript.html b/docs/javascript.html index 2aa5fce2c1..a6dcd301e4 100644 --- a/docs/javascript.html +++ b/docs/javascript.html @@ -177,69 +177,35 @@ - -
- -
-
-

Modals

-

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

-
-
-

Dropdowns

-

Add dropdown menus to nearly anything in Bootstrap with this simple plugin. Bootstrap features full dropdown menu support on in the navbar, tabs, and pills.

-
-
-

Scrollspy

-

Use scrollspy to automatically update the links in your navbar to show the current active link based on scroll position.

-
-
-

Togglable tabs

-

Use this plugin to make tabs and pills more useful by allowing them to toggle through tabbable panes of local content.

-
-
-
-
-

Tooltips

-

A new take on the jQuery Tipsy plugin, Tooltips don't rely on images—they use CSS3 for animations and data-attributes for local title storage.

-
-
-

Popovers *

-

Add small overlays of content, like those on the iPad, to any element for housing secondary information.

-

* Requires Tooltips to be included

-
-
-

Alert messages

-

The alert plugin is a tiny class for adding close functionality to alerts.

-
-
-

Buttons

-

Do more with buttons. Control button states or create groups of buttons for more components like toolbars.

-
-
-
-
-

Collapse

-

Get base styles and flexible support for collapsible components like accordions and navigation.

-
-
-

Carousel

-

Create a merry-go-round of any content you wish to provide an interactive slideshow of content.

-
-
-

Typeahead

-

A basic, easily extended plugin for quickly creating elegant typeaheads with any form text input.

-
-
-

Transitions *

-

For simple transition effects, include bootstrap-transition.js once to slide in modals or fade out alerts.

-

* Required for animation in plugins

-
-
-
Heads up! If you have downloaded the latest version of Bootstrap, both bootstrap.js and bootstrap.min.js contain all of these plugins.
+ + +
+ +

Individual or compiled

+

If you have downloaded the latest version of Bootstrap, both bootstrap.js and bootstrap.min.js contain all of these plugins.

+

Data attributea

+

...

+

Programmatic API

+

...

+ + + +
+ + + + +
+ +

About transitions

+

For simple transition effects, include bootstrap-transition.js once to slide in modals or fade out alerts.

+

* Required for animation in plugins

diff --git a/docs/templates/pages/javascript.mustache b/docs/templates/pages/javascript.mustache index e9e81ddb5c..d90184c7b8 100644 --- a/docs/templates/pages/javascript.mustache +++ b/docs/templates/pages/javascript.mustache @@ -22,69 +22,36 @@ - -
- -
-
-

{{_i}}Modals{{/i}}

-

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

-
-
-

{{_i}}Dropdowns{{/i}}

-

{{_i}}Add dropdown menus to nearly anything in Bootstrap with this simple plugin. Bootstrap features full dropdown menu support on in the navbar, tabs, and pills.{{/i}}

-
-
-

{{_i}}Scrollspy{{/i}}

-

{{_i}}Use scrollspy to automatically update the links in your navbar to show the current active link based on scroll position.{{/i}}

-
-
-

{{_i}}Togglable tabs{{/i}}

-

{{_i}}Use this plugin to make tabs and pills more useful by allowing them to toggle through tabbable panes of local content.{{/i}}

-
-
-
-
-

{{_i}}Tooltips{{/i}}

-

{{_i}}A new take on the jQuery Tipsy plugin, Tooltips don't rely on images—they use CSS3 for animations and data-attributes for local title storage.{{/i}}

-
-
-

{{_i}}Popovers{{/i}} *

-

{{_i}}Add small overlays of content, like those on the iPad, to any element for housing secondary information.{{/i}}

-

* {{_i}}Requires Tooltips to be included{{/i}}

-
-
-

{{_i}}Alert messages{{/i}}

-

{{_i}}The alert plugin is a tiny class for adding close functionality to alerts.{{/i}}

-
-
-

{{_i}}Buttons{{/i}}

-

{{_i}}Do more with buttons. Control button states or create groups of buttons for more components like toolbars.{{/i}}

-
-
-
-
-

{{_i}}Collapse{{/i}}

-

{{_i}}Get base styles and flexible support for collapsible components like accordions and navigation.{{/i}}

-
-
-

{{_i}}Carousel{{/i}}

-

{{_i}}Create a merry-go-round of any content you wish to provide an interactive slideshow of content.{{/i}}

-
-
-

Typeahead

-

{{_i}}A basic, easily extended plugin for quickly creating elegant typeaheads with any form text input.{{/i}}

-
-
-

{{_i}}Transitions{{/i}} *

-

{{_i}}For simple transition effects, include bootstrap-transition.js once to slide in modals or fade out alerts.{{/i}}

-

* {{_i}}Required for animation in plugins{{/i}}

-
-
-
{{_i}}Heads up!{{/i}} {{_i}} If you have downloaded the latest version of Bootstrap, both bootstrap.js and bootstrap.min.js contain all of these plugins.{{/i}}
+ + +
+ +

{{_i}}Individual or compiled{{/i}}

+

{{_i}}If you have downloaded the latest version of Bootstrap, both bootstrap.js and bootstrap.min.js contain all of these plugins.{{/i}}

+

{{_i}}Data attributea{{/i}}

+

{{_i}}...{{/i}}

+

{{_i}}Programmatic API{{/i}}

+

{{_i}}...{{/i}}

+ + + {{! Thought: consider porting much of the JS readme here? }} + +
+ + + + +
+ +

{{_i}}About transitions{{/i}}

+

{{_i}}For simple transition effects, include bootstrap-transition.js once to slide in modals or fade out alerts.{{/i}}

+

* {{_i}}Required for animation in plugins{{/i}}