From 88d76e386f566b0c49d85aa32d0c385870bbbfb3 Mon Sep 17 00:00:00 2001 From: Julian Thilo Date: Tue, 9 Jul 2013 15:32:28 +0200 Subject: Dustin the docs again * Fix alllll the links! * Change all `*.js` in JS plugin docs (no mo `bootstrap-`) * Fully remove `tr.info` * Bring nav includes up to date --- docs/components.html | 18 +++++++++--------- 1 file changed, 9 insertions(+), 9 deletions(-) (limited to 'docs/components.html') diff --git a/docs/components.html b/docs/components.html index 97fade984..cf504ebfa 100644 --- a/docs/components.html +++ b/docs/components.html @@ -12,7 +12,7 @@ lead: "Dozens of reusable components built to provide iconography, dropdowns, na -

Toggleable, contextual menu for displaying lists of links. Made interactive with the dropdown JavaScript plugin.

+

Toggleable, contextual menu for displaying lists of links. Made interactive with the dropdown JavaScript plugin.

Wrap the dropdown's trigger and the dropdown menu within .dropdown, or another element that declares position: relative;. Then add the menu's HTML.

@@ -76,7 +76,7 @@ lead: "Dozens of reusable components built to provide iconography, dropdowns, na -

Group a series of buttons together on a single line with the button group. Add on optional JavaScript radio and checkbox style behavior with our buttons plugin.

+

Group a series of buttons together on a single line with the button group. Add on optional JavaScript radio and checkbox style behavior with our buttons plugin.

Tooltips & popovers in button groups require special setting

@@ -195,7 +195,7 @@ lead: "Dozens of reusable components built to provide iconography, dropdowns, na

Plugin dependency

-

Button dropdowns require the dropdown plugin to be included in your version of Bootstrap.

+

Button dropdowns require the dropdown plugin to be included in your version of Bootstrap.

Single button dropdowns

@@ -559,7 +559,7 @@ lead: "Dozens of reusable components built to provide iconography, dropdowns, na -

Add dropdown menus with a little extra HTML and the dropdowns JavaScript plugin.

+

Add dropdown menus with a little extra HTML and the dropdowns JavaScript plugin.

Tabs with dropdowns

@@ -946,7 +946,7 @@ body { padding-bottom: 70px; }

Plugin dependency

-

The responsive navbar requires the collapse plugin to be included in your version of Bootstrap.

+

The responsive navbar requires the collapse plugin to be included in your version of Bootstrap.

@@ -1048,7 +1048,7 @@ body { padding-bottom: 70px; } -

Provide pagination links for your site or app with the multi-page pagination component, or the simpler pager alternative.

+

Provide pagination links for your site or app with the multi-page pagination component, or the simpler pager alternative.

Standard pagination

Simple pagination inspired by Rdio, great for apps and search results. The large block is hard to miss, easily scalable, and provides large click areas.

@@ -1352,7 +1352,7 @@ body { padding-bottom: 70px; } -

Extend Bootstrap's grid system with the thumbnail component to easily display grids of images, videos, text, and more.

+

Extend Bootstrap's grid system with the thumbnail component to easily display grids of images, videos, text, and more.

Default thumbnails

By default, Bootstrap's thumbnails are designed to showcase linked images with minimal required markup.

@@ -1452,7 +1452,7 @@ body { padding-bottom: 70px; } -

Provide contextual feedback messages for typical user actions with the handful of available and flexible alert messages. For inline dismissal, use the alerts jQuery plugin.

+

Provide contextual feedback messages for typical user actions with the handful of available and flexible alert messages. For inline dismissal, use the alerts jQuery plugin.

Default alert

Wrap any text and an optional dismiss button in .alert for a basic warning alert message. To ensure proper behavior across all devices, be sure to use <button> element with the data-dismiss="alert" data attribute.

@@ -1990,7 +1990,7 @@ body { padding-bottom: 70px; } {% endhighlight %}

With list groups

-

Easily include full-width list groups within any panel.

+

Easily include full-width list groups within any panel.

-- cgit v1.2.3