@@ -12,7 +12,7 @@ lead: "Dozens of reusable components built to provide iconography, dropdowns, na
...
@@ -12,7 +12,7 @@ lead: "Dozens of reusable components built to provide iconography, dropdowns, na
<divclass="page-header">
<divclass="page-header">
<h1>Dropdown menus</h1>
<h1>Dropdown menus</h1>
</div>
</div>
<pclass="lead">Toggleable, contextual menu for displaying lists of links. Made interactive with the <ahref="./javascript.html#dropdowns">dropdown JavaScript plugin</a>.</p>
<pclass="lead">Toggleable, contextual menu for displaying lists of links. Made interactive with the <ahref="/javascript/#dropdowns">dropdown JavaScript plugin</a>.</p>
<h3id="dropdowns-example">Example</h3>
<h3id="dropdowns-example">Example</h3>
<p>Wrap the dropdown's trigger and the dropdown menu within <code>.dropdown</code>, or another element that declares <code>position: relative;</code>. Then add the menu's HTML.</p>
<p>Wrap the dropdown's trigger and the dropdown menu within <code>.dropdown</code>, or another element that declares <code>position: relative;</code>. Then add the menu's HTML.</p>
...
@@ -76,7 +76,7 @@ lead: "Dozens of reusable components built to provide iconography, dropdowns, na
...
@@ -76,7 +76,7 @@ lead: "Dozens of reusable components built to provide iconography, dropdowns, na
<divclass="page-header">
<divclass="page-header">
<h1>Button groups</h1>
<h1>Button groups</h1>
</div>
</div>
<pclass="lead">Group a series of buttons together on a single line with the button group. Add on optional JavaScript radio and checkbox style behavior with <ahref="./javascript.html#buttons">our buttons plugin</a>.</p>
<pclass="lead">Group a series of buttons together on a single line with the button group. Add on optional JavaScript radio and checkbox style behavior with <ahref="/javascript/#js-buttons">our buttons plugin</a>.</p>
<divclass="bs-callout">
<divclass="bs-callout">
<h4>Tooltips & popovers in button groups require special setting</h4>
<h4>Tooltips & popovers in button groups require special setting</h4>
...
@@ -195,7 +195,7 @@ lead: "Dozens of reusable components built to provide iconography, dropdowns, na
...
@@ -195,7 +195,7 @@ lead: "Dozens of reusable components built to provide iconography, dropdowns, na
<divclass="bs-callout">
<divclass="bs-callout">
<h4>Plugin dependency</h4>
<h4>Plugin dependency</h4>
<p>Button dropdowns require the <ahref="#dropdown-plugin">dropdown plugin</a> to be included in your version of Bootstrap.</p>
<p>Button dropdowns require the <ahref="/javascript/#dropdowns">dropdown plugin</a> to be included in your version of Bootstrap.</p>
@@ -559,7 +559,7 @@ lead: "Dozens of reusable components built to provide iconography, dropdowns, na
...
@@ -559,7 +559,7 @@ lead: "Dozens of reusable components built to provide iconography, dropdowns, na
<h2id="nav-dropdowns">Dropdowns</h2>
<h2id="nav-dropdowns">Dropdowns</h2>
<p>Add dropdown menus with a little extra HTML and the <ahref="./javascript.html#dropdowns">dropdowns JavaScript plugin</a>.</p>
<p>Add dropdown menus with a little extra HTML and the <ahref="/javascript/#dropdowns">dropdowns JavaScript plugin</a>.</p>
<h3>Tabs with dropdowns</h3>
<h3>Tabs with dropdowns</h3>
<divclass="bs-example">
<divclass="bs-example">
...
@@ -946,7 +946,7 @@ body { padding-bottom: 70px; }
...
@@ -946,7 +946,7 @@ body { padding-bottom: 70px; }
<divclass="bs-callout">
<divclass="bs-callout">
<h4>Plugin dependency</h4>
<h4>Plugin dependency</h4>
<p>The responsive navbar requires the <ahref="#collapse">collapse plugin</a> to be included in your version of Bootstrap.</p>
<p>The responsive navbar requires the <ahref="/javascript/#collapse">collapse plugin</a> to be included in your version of Bootstrap.</p>
</div>
</div>
...
@@ -1048,7 +1048,7 @@ body { padding-bottom: 70px; }
...
@@ -1048,7 +1048,7 @@ body { padding-bottom: 70px; }
<divclass="page-header">
<divclass="page-header">
<h1>Pagination</h1>
<h1>Pagination</h1>
</div>
</div>
<pclass="lead">Provide pagination links for your site or app with the multi-page pagination component, or the simpler <ahref="./docs/#pagination-pager">pager alternative</a>.</p>
<pclass="lead">Provide pagination links for your site or app with the multi-page pagination component, or the simpler <ahref="#pagination-pager">pager alternative</a>.</p>
<p>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.</p>
<p>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.</p>
...
@@ -1352,7 +1352,7 @@ body { padding-bottom: 70px; }
...
@@ -1352,7 +1352,7 @@ body { padding-bottom: 70px; }
<divclass="page-header">
<divclass="page-header">
<h1>Thumbnails</h1>
<h1>Thumbnails</h1>
</div>
</div>
<pclass="lead">Extend Bootstrap's <ahref="./docs/#grid">grid system</a> with the thumbnail component to easily display grids of images, videos, text, and more.</p>
<pclass="lead">Extend Bootstrap's <ahref="/css/#grid">grid system</a> with the thumbnail component to easily display grids of images, videos, text, and more.</p>
<h3>Default thumbnails</h3>
<h3>Default thumbnails</h3>
<p>By default, Bootstrap's thumbnails are designed to showcase linked images with minimal required markup.</p>
<p>By default, Bootstrap's thumbnails are designed to showcase linked images with minimal required markup.</p>
...
@@ -1452,7 +1452,7 @@ body { padding-bottom: 70px; }
...
@@ -1452,7 +1452,7 @@ body { padding-bottom: 70px; }
<divclass="page-header">
<divclass="page-header">
<h1>Alerts</h1>
<h1>Alerts</h1>
</div>
</div>
<pclass="lead">Provide contextual feedback messages for typical user actions with the handful of available and flexible alert messages. For inline dismissal, use the <ahref="./docs/#js-alerts">alerts jQuery plugin</a>.</p>
<pclass="lead">Provide contextual feedback messages for typical user actions with the handful of available and flexible alert messages. For inline dismissal, use the <ahref="/javascript/#js-alerts">alerts jQuery plugin</a>.</p>
<h3id="alerts-default">Default alert</h3>
<h3id="alerts-default">Default alert</h3>
<p>Wrap any text and an optional dismiss button in <code>.alert</code> for a basic warning alert message. <strong>To ensure proper behavior across all devices</strong>, be sure to use <code><button></code> element with the <code>data-dismiss="alert"</code> data attribute.</p>
<p>Wrap any text and an optional dismiss button in <code>.alert</code> for a basic warning alert message. <strong>To ensure proper behavior across all devices</strong>, be sure to use <code><button></code> element with the <code>data-dismiss="alert"</code> data attribute.</p>
...
@@ -1990,7 +1990,7 @@ body { padding-bottom: 70px; }
...
@@ -1990,7 +1990,7 @@ body { padding-bottom: 70px; }
{% endhighlight %}
{% endhighlight %}
<h3id="panels-list-group">With list groups</h3>
<h3id="panels-list-group">With list groups</h3>
<p>Easily include full-width <ahref="./docs/#list-group">list groups</a> within any panel.</p>
<p>Easily include full-width <ahref="#list-group">list groups</a> within any panel.</p>
@@ -341,7 +341,7 @@ lead: "Fundamental HTML elements styled and enhanced with extensible classes."
...
@@ -341,7 +341,7 @@ lead: "Fundamental HTML elements styled and enhanced with extensible classes."
{% endhighlight %}
{% endhighlight %}
<h3id="grid-less">LESS mixins and variables</h3>
<h3id="grid-less">LESS mixins and variables</h3>
<p>In addition to <ahref="#grid-example">prebuilt grid classes</a> for fast layouts, Bootstrap includes LESS variables and mixins for quickly generating your own simple, semantic layouts.</p>
<p>In addition to <ahref="#grid-example-basic">prebuilt grid classes</a> for fast layouts, Bootstrap includes LESS variables and mixins for quickly generating your own simple, semantic layouts.</p>
<h4>Variables</h4>
<h4>Variables</h4>
<p>Variables determine the number of columns, the gutter width, and the media query point at which to begin floating columns. We use these to generate the predefined grid classes documented above, as well as for the custom mixins listed below.</p>
<p>Variables determine the number of columns, the gutter width, and the media query point at which to begin floating columns. We use these to generate the predefined grid classes documented above, as well as for the custom mixins listed below.</p>
...
@@ -1077,12 +1077,6 @@ For example, <code><section></code> should be wrapped as inline.
...
@@ -1077,12 +1077,6 @@ For example, <code><section></code> should be wrapped as inline.
</td>
</td>
<td>Indicates a warning that might need attention.</td>
<td>Indicates a warning that might need attention.</td>
</tr>
</tr>
<tr>
<td>
<code>.info</code>
</td>
<td>Used as an alternative to the default styles.</td>