* Designed and built with all the love in the world @twitter by @mdo and @fat.
* Designed and built with all the love in the world @twitter by @mdo and @fat.
* Date: Sun Oct 16 03:07:49 PDT 2011
* Date: Sun Oct 16 03:14:23 PDT 2011
*/
*/
/* Reset.less
/* Reset.less
* Props to Eric Meyer (meyerweb.com) for his CSS reset file. We're using an adapted version here that cuts out some of the reset HTML elements we will never need here (i.e., dfn, samp, etc).
* Props to Eric Meyer (meyerweb.com) for his CSS reset file. We're using an adapted version here that cuts out some of the reset HTML elements we will never need here (i.e., dfn, samp, etc).
<p>Nest your content if you must by creating a <code>.row</code> within an existing column.</p>
<p>Nest your content if you must by creating a <code>.row</code> within an existing column.</p>
</div>
</div>
<divclass="span12">
<divclass="span9">
<h4>Example of nested columns</h4>
<h4>Example of nested columns</h4>
<divclass="row show-grid">
<divclass="row show-grid">
<divclass="span12">
<divclass="span9">
Level 1 of column
Level 1 of column
<divclass="row show-grid">
<divclass="row show-grid">
<divclass="span6">
<divclass="span4">
Level 2
Level 2
</div>
</div>
<divclass="span6">
<divclass="span5">
Level 2
Level 2
</div>
</div>
</div>
</div>
...
@@ -282,11 +282,11 @@
...
@@ -282,11 +282,11 @@
<br>
<br>
<divclass="row">
<divclass="row">
<divclass="span4">
<divclass="span3">
<h2>Roll your own grid</h2>
<h2>Roll your own grid</h2>
<p>Built into Bootstrap are a handful of variables for customizing the default 940px grid system. With a bit of customization, you can modify the size of columns, their gutters, and the container they reside in.</p>
<p>Built into Bootstrap are a handful of variables for customizing the default 940px grid system. With a bit of customization, you can modify the size of columns, their gutters, and the container they reside in.</p>
</div>
</div>
<divclass="span12">
<divclass="span9">
<h3>Inside the grid</h3>
<h3>Inside the grid</h3>
<p>The variables needed to modify the grid system currently all reside in <code>preboot.less</code>.</p>
<p>The variables needed to modify the grid system currently all reside in <code>preboot.less</code>.</p>
<tableclass="zebra-striped">
<tableclass="zebra-striped">
...
@@ -341,7 +341,7 @@
...
@@ -341,7 +341,7 @@
</div>
</div>
<divclass="row">
<divclass="row">
<divclass="span8">
<divclass="span6">
<h2>Fixed layout</h2>
<h2>Fixed layout</h2>
<p>The default and simple 940px-wide, centered layout for just about any website or page provided by a single <code><div.container></code>.</p>
<p>The default and simple 940px-wide, centered layout for just about any website or page provided by a single <code><div.container></code>.</p>
<divclass="mini-layout">
<divclass="mini-layout">
...
@@ -355,7 +355,7 @@
...
@@ -355,7 +355,7 @@
</body>
</body>
</pre>
</pre>
</div><!-- /col -->
</div><!-- /col -->
<divclass="span8">
<divclass="span6">
<h2>Fluid layout</h2>
<h2>Fluid layout</h2>
<p>An alternative, flexible fluid page structure with min- and max-widths and a left-hand sidebar. Great for apps and docs.</p>
<p>An alternative, flexible fluid page structure with min- and max-widths and a left-hand sidebar. Great for apps and docs.</p>
<divclass="mini-layout fluid">
<divclass="mini-layout fluid">
...
@@ -403,7 +403,7 @@
...
@@ -403,7 +403,7 @@
<h5>h5. Heading 5</h5>
<h5>h5. Heading 5</h5>
<h6>h6. Heading 6</h6>
<h6>h6. Heading 6</h6>
</div>
</div>
<divclass="span8">
<divclass="span4">
<h3>Example paragraph</h3>
<h3>Example paragraph</h3>
<p>Nullam quis risus eget urna mollis ornare vel eu leo. Cum sociis natoque penatibus et magnis dis parturient montes, nascetur ridiculus mus. Nullam id dolor id nibh ultricies vehicula ut id elit.</p>
<p>Nullam quis risus eget urna mollis ornare vel eu leo. Cum sociis natoque penatibus et magnis dis parturient montes, nascetur ridiculus mus. Nullam id dolor id nibh ultricies vehicula ut id elit.</p>
<p>Using emphasis, addresses, & abbreviations</p>
<p>Using emphasis, addresses, & abbreviations</p>
<p>
<p>
...
@@ -422,7 +422,7 @@
...
@@ -422,7 +422,7 @@
<code><abbr></code>
<code><abbr></code>
</p>
</p>
</div>
</div>
<divclass="span12">
<divclass="span9">
<h3>When to use</h3>
<h3>When to use</h3>
<p>Emphasis tags (<code><strong></code> and <code><em></code>) should be used to indicate additional importance or emphasis of a word or phrase relative to its surrounding copy. Use <code><strong></code> for importance and <code><em></code> for <em>stress</em> emphasis.</p>
<p>Emphasis tags (<code><strong></code> and <code><em></code>) should be used to indicate additional importance or emphasis of a word or phrase relative to its surrounding copy. Use <code><strong></code> for importance and <code><em></code> for <em>stress</em> emphasis.</p>
<h3>Emphasis in a paragraph</h3>
<h3>Emphasis in a paragraph</h3>
...
@@ -456,7 +456,7 @@
...
@@ -456,7 +456,7 @@
<!-- Blockquotes -->
<!-- Blockquotes -->
<divclass="row">
<divclass="row">
<divclass="span4">
<divclass="span3">
<h2>Blockquotes</h2>
<h2>Blockquotes</h2>
<p>
<p>
<code><blockquote></code>
<code><blockquote></code>
...
@@ -464,7 +464,7 @@
...
@@ -464,7 +464,7 @@
<code><small></code>
<code><small></code>
</p>
</p>
</div>
</div>
<divclass="span12">
<divclass="span9">
<h3>How to quote</h3>
<h3>How to quote</h3>
<p>To include a blockquote, wrap <code><blockquote></code> around <code><p></code> and <code><small></code> tags. Use the <code><small></code> element to cite your source and you'll get an em dash <code>&mdash;</code> before it.</p>
<p>To include a blockquote, wrap <code><blockquote></code> around <code><p></code> and <code><small></code> tags. Use the <code><small></code> element to cite your source and you'll get an em dash <code>&mdash;</code> before it.</p>
<p>Pimp your code in style with two simple tags. For even more awesomeness through javascript, drop in Google's code prettify library and you're set.</p>
<p>Pimp your code in style with two simple tags. For even more awesomeness through javascript, drop in Google's code prettify library and you're set.</p>
</div>
</div>
<divclass="span12">
<divclass="span9">
<h3>Presenting code</h3>
<h3>Presenting code</h3>
<p>Code, blocks of or just snippets inline, can be displayed with style just by wrapping in the right tag. For blocks of code spanning multiple lines, use the <code><pre></code> element. For inline code, use the <code><code></code> element.</p>
<p>Code, blocks of or just snippets inline, can be displayed with style just by wrapping in the right tag. For blocks of code spanning multiple lines, use the <code><pre></code> element. For inline code, use the <code><code></code> element.</p>
<tableclass="zebra-striped">
<tableclass="zebra-striped">
...
@@ -603,14 +603,14 @@
...
@@ -603,14 +603,14 @@
<!-- Labels -->
<!-- Labels -->
<divclass="row">
<divclass="row">
<divclass="span4">
<divclass="span3">
<h2>Inline labels</h2>
<h2>Inline labels</h2>
<p>
<p>
<code><span class="label"></code>
<code><span class="label"></code>
</p>
</p>
<p>Call attention to or flag any phrase in your body text.</p>
<p>Call attention to or flag any phrase in your body text.</p>
</div>
</div>
<divclass="span12">
<divclass="span9">
<h3>Label anything</h3>
<h3>Label anything</h3>
<p>Ever needed one of those fancy <spanclass="label success">New!</span> or <spanclass="label important">Important</span> flags when writing code? Well, now you have them. Here's what's included by default:</p>
<p>Ever needed one of those fancy <spanclass="label success">New!</span> or <spanclass="label important">Important</span> flags when writing code? Well, now you have them. Here's what's included by default:</p>
<tableclass="zebra-striped">
<tableclass="zebra-striped">
...
@@ -678,7 +678,7 @@
...
@@ -678,7 +678,7 @@
</div>
</div>
<!-- Table structure -->
<!-- Table structure -->
<divclass="row">
<divclass="row">
<divclass="span4">
<divclass="span3">
<h2>Building tables</h2>
<h2>Building tables</h2>
<p>
<p>
<code><table></code>
<code><table></code>
...
@@ -694,7 +694,7 @@
...
@@ -694,7 +694,7 @@
<p>Always wrap your column headers in a <code><thead></code> such that hierarchy is <code><thead></code> > <code><tr></code> > <code><th></code>.</p>
<p>Always wrap your column headers in a <code><thead></code> such that hierarchy is <code><thead></code> > <code><tr></code> > <code><th></code>.</p>
<p>Similar to the column headers, all your table’s body content should be wrapped in a <code><tbody></code> so your hierarchy is <code><tbody></code> > <code><tr></code> > <code><td></code>.</p>
<p>Similar to the column headers, all your table’s body content should be wrapped in a <code><tbody></code> so your hierarchy is <code><tbody></code> > <code><tr></code> > <code><td></code>.</p>
</div>
</div>
<divclass="span12">
<divclass="span9">
<h3>Example: Default table styles</h3>
<h3>Example: Default table styles</h3>
<p>All tables will be automatically styled with only the essential borders to ensure readability and maintain structure. No need to add extra classes or attributes.</p>
<p>All tables will be automatically styled with only the essential borders to ensure readability and maintain structure. No need to add extra classes or attributes.</p>
<table>
<table>
...
@@ -823,7 +823,7 @@
...
@@ -823,7 +823,7 @@
<h1>Forms</h1>
<h1>Forms</h1>
</div>
</div>
<divclass="row">
<divclass="row">
<divclass="span-one-third">
<divclass="span4">
<h3>Four types of forms</h3>
<h3>Four types of forms</h3>
<p>With 2.0, we now have four types of forms to choose from:</p>
<p>With 2.0, we now have four types of forms to choose from:</p>
<ul>
<ul>
...
@@ -833,15 +833,15 @@
...
@@ -833,15 +833,15 @@
<li>Vertical form for stacked labels and inputs</li>
<li>Vertical form for stacked labels and inputs</li>
</ul>
</ul>
</div>
</div>
<divclass="span-one-third">
<divclass="span4">
<h3></h3>
<h3></h3>
</div>
</div>
</div><!-- /row -->
</div><!-- /row -->
<divclass="row">
<divclass="row">
<divclass="span4">
<divclass="span3">
<h2>Search form</h2>
<h2>Search form</h2>
</div>
</div>
<divclass="span12">
<divclass="span9">
<divclass="well">
<divclass="well">
<formclass="form-search">
<formclass="form-search">
<inputtype="text"class="search-query">
<inputtype="text"class="search-query">
...
@@ -851,10 +851,10 @@
...
@@ -851,10 +851,10 @@
</div>
</div>
</div><!-- /row -->
</div><!-- /row -->
<divclass="row">
<divclass="row">
<divclass="span4">
<divclass="span3">
<h2>Inline form</h2>
<h2>Inline form</h2>
</div>
</div>
<divclass="span12">
<divclass="span9">
<divclass="well">
<divclass="well">
<formclass="form-inline">
<formclass="form-inline">
<h4>Some directional text</h4>
<h4>Some directional text</h4>
...
@@ -868,10 +868,10 @@
...
@@ -868,10 +868,10 @@
</div>
</div>
</div><!-- /row -->
</div><!-- /row -->
<divclass="row">
<divclass="row">
<divclass="span4">
<divclass="span3">
<h2>Horizontal form</h2>
<h2>Horizontal form</h2>
</div>
</div>
<divclass="span12">
<divclass="span9">
<formclass="form-horizontal">
<formclass="form-horizontal">
<legend>Example form</legend>
<legend>Example form</legend>
<fieldsetclass="control-group">
<fieldsetclass="control-group">
...
@@ -972,10 +972,10 @@
...
@@ -972,10 +972,10 @@
</div>
</div>
</div><!-- /row -->
</div><!-- /row -->
<divclass="row">
<divclass="row">
<divclass="span4">
<divclass="span3">
<h2>Vertical form</h2>
<h2>Vertical form</h2>
</div>
</div>
<divclass="span12">
<divclass="span9">
<formclass="form-vertical">
<formclass="form-vertical">
<legend>Example form</legend>
<legend>Example form</legend>
<fieldsetclass="control-group">
<fieldsetclass="control-group">
...
@@ -1016,12 +1016,12 @@
...
@@ -1016,12 +1016,12 @@
</div><!-- /row -->
</div><!-- /row -->
<divclass="row">
<divclass="row">
<divclass="span4">
<divclass="span3">
<h2>Buttons</h2>
<h2>Buttons</h2>
<p>As a convention, buttons are used for actions while links are used for objects. For instance, "Download" could be a button and "recent activity" could be a link.</p>
<p>As a convention, buttons are used for actions while links are used for objects. For instance, "Download" could be a button and "recent activity" could be a link.</p>
<p>All buttons default to a light gray style, but a number of functional classes can be applied for different color styles. These classes include a blue <code>.primary</code> class, a light-blue <code>.info</code> class, a green <code>.success</code> class, and a red <code>.danger</code> class.</p>
<p>All buttons default to a light gray style, but a number of functional classes can be applied for different color styles. These classes include a blue <code>.primary</code> class, a light-blue <code>.info</code> class, a green <code>.success</code> class, and a red <code>.danger</code> class.</p>
</div>
</div>
<divclass="span12">
<divclass="span9">
<h3>Example buttons</h3>
<h3>Example buttons</h3>
<p>Button styles can be applied to anything with the <code>.btn</code> applied. Typically you’ll want to apply these to only <code><a></code>, <code><button></code>, and select <code><input></code> elements. Here’s how it looks:</p>
<p>Button styles can be applied to anything with the <code>.btn</code> applied. Typically you’ll want to apply these to only <code><a></code>, <code><button></code>, and select <code><input></code> elements. Here’s how it looks:</p>
<divclass="well"style="padding: 14px 19px;">
<divclass="well"style="padding: 14px 19px;">
...
@@ -1052,10 +1052,10 @@
...
@@ -1052,10 +1052,10 @@
</div><!-- /row -->
</div><!-- /row -->
<divclass="row">
<divclass="row">
<divclass="span4">
<divclass="span3">
<h2>Button groups</h2>
<h2>Button groups</h2>
</div>
</div>
<divclass="span12">
<divclass="span9">
<h3>Example</h3>
<h3>Example</h3>
<divclass="well">
<divclass="well">
<divclass="btn-group">
<divclass="btn-group">
...
@@ -1101,11 +1101,11 @@
...
@@ -1101,11 +1101,11 @@
</div>
</div>
<!-- Table structure -->
<!-- Table structure -->
<divclass="row">
<divclass="row">
<divclass="span4">
<divclass="span3">
<h2>Media grid</h2>
<h2>Media grid</h2>
<p>Display thumbnails of varying sizes on pages with a low HTML footprint and minimal styles.</p>
<p>Display thumbnails of varying sizes on pages with a low HTML footprint and minimal styles.</p>
</div>
</div>
<divclass="span12">
<divclass="span9">
<h3>Example thumbnails</h3>
<h3>Example thumbnails</h3>
<p>Thumbnails in the <code>.media-grid</code> can be any size, but they work best when mapped directly to the built-in Bootstrap grid system. Image widths like 90, 210, and 330 combine with a few pixels of padding to equal the <code>.span2</code>, <code>.span4</code>, and <code>.span6</code> column sizes.</p>
<p>Thumbnails in the <code>.media-grid</code> can be any size, but they work best when mapped directly to the built-in Bootstrap grid system. Image widths like 90, 210, and 330 combine with a few pixels of padding to equal the <code>.span2</code>, <code>.span4</code>, and <code>.span6</code> column sizes.</p>
<h4>Large</h4>
<h4>Large</h4>
...
@@ -1234,15 +1234,15 @@
...
@@ -1234,15 +1234,15 @@
</div><!-- /topbar -->
</div><!-- /topbar -->
<divclass="row">
<divclass="row">
<divclass="span5">
<divclass="span4">
<h4>What is it</h4>
<h4>What is it</h4>
<p>Our topbar is a fixed bar that houses a website’s logo or name, primary navigation, and search form.</p>
<p>Our topbar is a fixed bar that houses a website’s logo or name, primary navigation, and search form.</p>
</div>
</div>
<divclass="span5">
<divclass="span4">
<h4>Customizable</h4>
<h4>Customizable</h4>
<p>All elements within, and the entire topbar as well, are optional. You can choose to include a logo/name, nav, search, and a secondary nav—or any combination of that.</p>
<p>All elements within, and the entire topbar as well, are optional. You can choose to include a logo/name, nav, search, and a secondary nav—or any combination of that.</p>
</div>
</div>
<divclass="span6">
<divclass="span4">
<h4>Dropdowns included</h4>
<h4>Dropdowns included</h4>
<p>As part of the main navigation, we’ve included the ability for you to add dropdowns to your nav. Check out the secondary nav above (right aligned) to see how it’s done. Dropdowns <code>li</code> tags also support <code>.active</code> for showing current page selection.</p>
<p>As part of the main navigation, we’ve included the ability for you to add dropdowns to your nav. Check out the secondary nav above (right aligned) to see how it’s done. Dropdowns <code>li</code> tags also support <code>.active</code> for showing current page selection.</p>
</div>
</div>
...
@@ -1252,12 +1252,12 @@
...
@@ -1252,12 +1252,12 @@
<br>
<br>
<divclass="row">
<divclass="row">
<divclass="span4">
<divclass="span3">
<h2>Tabs and pills</h2>
<h2>Tabs and pills</h2>
<p>Create simple secondary navigation with a <code><ul></code>. Swap between tabs or pills by adding the appropriate class.</p>
<p>Create simple secondary navigation with a <code><ul></code>. Swap between tabs or pills by adding the appropriate class.</p>
<p>Great for sub-sections of content like our account settings pages and user timelines for toggling between pages of like content. Available in tabbed or pill styles.</p>
<p>Great for sub-sections of content like our account settings pages and user timelines for toggling between pages of like content. Available in tabbed or pill styles.</p>
</div>
</div>
<divclass="span12">
<divclass="span9">
<h3>Basic tabs example</h3>
<h3>Basic tabs example</h3>
<p>Tabs can be used as regular navigation (loading external pages in the same tab) or as tabbable content areas for swapping out panes of content. We have a <ahref="./javascript.html#tabs">tabs plugin</a> that can be used to integrate the latter.</p>
<p>Tabs can be used as regular navigation (loading external pages in the same tab) or as tabbable content areas for swapping out panes of content. We have a <ahref="./javascript.html#tabs">tabs plugin</a> that can be used to integrate the latter.</p>
<ulclass="tabs">
<ulclass="tabs">
...
@@ -1288,7 +1288,7 @@
...
@@ -1288,7 +1288,7 @@
<h3>Alternate tabs</h3>
<h3>Alternate tabs</h3>
<p>You can also use tabs that are stacked on either side of an element, or on the bottom.</p>
<p>You can also use tabs that are stacked on either side of an element, or on the bottom.</p>
<divclass="row">
<divclass="row">
<divclass="span3">
<divclass="span2">
<divclass="clearfix">
<divclass="clearfix">
<ulclass="tabs tabs-left">
<ulclass="tabs tabs-left">
<liclass="active"><ahref="#">Active link</a></li>
<liclass="active"><ahref="#">Active link</a></li>
...
@@ -1298,7 +1298,7 @@
...
@@ -1298,7 +1298,7 @@
</ul>
</ul>
</div>
</div>
</div>
</div>
<divclass="span3">
<divclass="span2">
<divclass="clearfix">
<divclass="clearfix">
<ulclass="tabs tabs-right">
<ulclass="tabs tabs-right">
<liclass="active"><ahref="#">Active link</a></li>
<liclass="active"><ahref="#">Active link</a></li>
...
@@ -1308,7 +1308,7 @@
...
@@ -1308,7 +1308,7 @@
</ul>
</ul>
</div>
</div>
</div>
</div>
<divclass="span6">
<divclass="span5">
<divclass="clearfix">
<divclass="clearfix">
<ulclass="tabs tabs-bottom">
<ulclass="tabs tabs-bottom">
<liclass="active"><ahref="#">Active link</a></li>
<liclass="active"><ahref="#">Active link</a></li>
...
@@ -1345,7 +1345,7 @@
...
@@ -1345,7 +1345,7 @@
</div>
</div>
<divclass="row">
<divclass="row">
<divclass="span6">
<divclass="span4">
<divclass="tabbable tabs-left">
<divclass="tabbable tabs-left">
<ulclass="tabs"data-tabs="tabs">
<ulclass="tabs"data-tabs="tabs">
<liclass="active"><ahref="#1">Section 1</a></li>
<liclass="active"><ahref="#1">Section 1</a></li>
...
@@ -1368,7 +1368,7 @@
...
@@ -1368,7 +1368,7 @@
</div>
</div>
</div>
</div>
</div>
</div>
<divclass="span6">
<divclass="span5">
<divclass="tabbable tabs-right">
<divclass="tabbable tabs-right">
<ulclass="tabs"data-tabs="tabs">
<ulclass="tabs"data-tabs="tabs">
<liclass="active"><ahref="#1">Section 1</a></li>
<liclass="active"><ahref="#1">Section 1</a></li>
...
@@ -1450,11 +1450,11 @@
...
@@ -1450,11 +1450,11 @@
<!-- Breadcrumbs -->
<!-- Breadcrumbs -->
<divclass="row">
<divclass="row">
<divclass="span4">
<divclass="span3">
<h2>Breadcrumbs</h2>
<h2>Breadcrumbs</h2>
<p>Breadcrumb navigation is used as a way to show users where they are within an app or a site, but not for primary navigation.</p>
<p>Breadcrumb navigation is used as a way to show users where they are within an app or a site, but not for primary navigation.</p>
</div>
</div>
<divclass="span12">
<divclass="span9">
<ulclass="breadcrumb">
<ulclass="breadcrumb">
<liclass="active">Home</li>
<liclass="active">Home</li>
</ul>
</ul>
...
@@ -1486,11 +1486,11 @@
...
@@ -1486,11 +1486,11 @@
<!-- Pagination -->
<!-- Pagination -->
<divclass="row">
<divclass="row">
<divclass="span4">
<divclass="span3">
<h2>Pagination</h2>
<h2>Pagination</h2>
<p>Ultra simplistic and minimally styled pagination inspired by Rdio. The large block is hard to miss, easily scalable, and provides large click areas.</p>
<p>Ultra simplistic and minimally styled pagination inspired by Rdio. The large block is hard to miss, easily scalable, and provides large click areas.</p>
<p>One-line messages for highlighting the failure, possible failure, or success of an action. Particularly useful for forms.</p>
<p>One-line messages for highlighting the failure, possible failure, or success of an action. Particularly useful for forms.</p>
<p><aclass="btn js-btn"href="./javascript.html#alerts">Get the javascript »</a></p>
<p><aclass="btn js-btn"href="./javascript.html#alerts">Get the javascript »</a></p>
</div>
</div>
<divclass="span12">
<divclass="span9">
<divclass="alert-message warning">
<divclass="alert-message warning">
<aclass="close"href="#">×</a>
<aclass="close"href="#">×</a>
<p><strong>Holy guacamole!</strong> Best check yo self, you’re not looking too good.</p>
<p><strong>Holy guacamole!</strong> Best check yo self, you’re not looking too good.</p>
...
@@ -1595,13 +1595,13 @@
...
@@ -1595,13 +1595,13 @@
</div><!-- /row -->
</div><!-- /row -->
<!-- Block messages -->
<!-- Block messages -->
<divclass="row">
<divclass="row">
<divclass="span4">
<divclass="span3">
<h2>Block messages</h2>
<h2>Block messages</h2>
<p><code>.alert-message.block-message</code></p>
<p><code>.alert-message.block-message</code></p>
<p>For messages that require a bit of explanation, we have paragraph style alerts. These are perfect for bubbling up longer error messages, warning a user of a pending action, or just presenting information for more emphasis on the page.</p>
<p>For messages that require a bit of explanation, we have paragraph style alerts. These are perfect for bubbling up longer error messages, warning a user of a pending action, or just presenting information for more emphasis on the page.</p>
<p><aclass="btn js-btn"href="./javascript.html#alerts">Get the javascript »</a></p>
<p><aclass="btn js-btn"href="./javascript.html#alerts">Get the javascript »</a></p>
</div>
</div>
<divclass="span12">
<divclass="span9">
<divclass="alert-message block-message warning">
<divclass="alert-message block-message warning">
<aclass="close"href="#">×</a>
<aclass="close"href="#">×</a>
<p><strong>Holy guacamole! This is a warning!</strong> Best check yo self, you’re not looking too good. Nulla vitae elit libero, a pharetra augue. Praesent commodo cursus magna, vel scelerisque nisl consectetur et.</p>
<p><strong>Holy guacamole! This is a warning!</strong> Best check yo self, you’re not looking too good. Nulla vitae elit libero, a pharetra augue. Praesent commodo cursus magna, vel scelerisque nisl consectetur et.</p>
...
@@ -1658,12 +1658,12 @@
...
@@ -1658,12 +1658,12 @@
<h1>Popovers <small>Components for displaying content in modals, tooltips, and popovers</small></h1>
<h1>Popovers <small>Components for displaying content in modals, tooltips, and popovers</small></h1>
</div>
</div>
<divclass="row">
<divclass="row">
<divclass="span4">
<divclass="span3">
<h2>Modals</h2>
<h2>Modals</h2>
<p>Modals—dialogs or lightboxes—are great for contextual actions in situations where it’s important that the background context be maintained.</p>
<p>Modals—dialogs or lightboxes—are great for contextual actions in situations where it’s important that the background context be maintained.</p>
<p><aclass="btn js-btn"href="./javascript.html#modal">Get the javascript »</a></p>
<p><aclass="btn js-btn"href="./javascript.html#modal">Get the javascript »</a></p>
<p>Twipsies are super useful for aiding a confused user and pointing them in the right direction.</p>
<p>Twipsies are super useful for aiding a confused user and pointing them in the right direction.</p>
<p><aclass="btn js-btn"href="./javascript.html#twipsy">Get the javascript »</a></p>
<p><aclass="btn js-btn"href="./javascript.html#twipsy">Get the javascript »</a></p>
</div>
</div>
<divclass="span12">
<divclass="span9">
<divclass="twipsies well">
<divclass="twipsies well">
<divstyle="position: relative">
<divstyle="position: relative">
<pclass="muted"style="margin-bottom: 0">
<pclass="muted"style="margin-bottom: 0">
...
@@ -1703,12 +1703,12 @@ Lorem ipsum dolar sit amet illo error <a href="#" title="below">ipsum</a> verita
...
@@ -1703,12 +1703,12 @@ Lorem ipsum dolar sit amet illo error <a href="#" title="below">ipsum</a> verita
<!-- Popovers -->
<!-- Popovers -->
<divclass="row">
<divclass="row">
<divclass="span4">
<divclass="span3">
<h2>Popovers</h2>
<h2>Popovers</h2>
<p>Use popovers to provide subtextual information to a page without affecting layout.</p>
<p>Use popovers to provide subtextual information to a page without affecting layout.</p>
<p><aclass="btn js-btn"href="./javascript.html#popover">Get the javascript »</a></p>
<p><aclass="btn js-btn"href="./javascript.html#popover">Get the javascript »</a></p>
</div>
</div>
<divclass="span12">
<divclass="span9">
<divclass="well popover-well">
<divclass="well popover-well">
<divclass="popover-wrapper">
<divclass="popover-wrapper">
<divclass="popover left">
<divclass="popover left">
...
@@ -1736,12 +1736,12 @@ Lorem ipsum dolar sit amet illo error <a href="#" title="below">ipsum</a> verita
...
@@ -1736,12 +1736,12 @@ Lorem ipsum dolar sit amet illo error <a href="#" title="below">ipsum</a> verita
<h1>Using javascript with Bootstrap <small>An index of plugins to get you started</small></h1>
<h1>Using javascript with Bootstrap <small>An index of plugins to get you started</small></h1>
</div>
</div>
<divclass="row">
<divclass="row">
<divclass="span4">
<divclass="span3">
<h2>Getting started</h2>
<h2>Getting started</h2>
<p>Integrating javascript with the Bootstrap library is super easy. Below we go over the basics and provide you with some awesome plugins to get you started!</p>
<p>Integrating javascript with the Bootstrap library is super easy. Below we go over the basics and provide you with some awesome plugins to get you started!</p>
<p>Bring some of Bootstrap's primary components to life with new custom plugins that work with <ahref="http://jquery.com/"target="_blank">jQuery</a> and <ahref="http://ender.no.de"target="_blank">Ender</a>. We encourage you to extend and modify them to fit your specific development needs.</p>
<p>Bring some of Bootstrap's primary components to life with new custom plugins that work with <ahref="http://jquery.com/"target="_blank">jQuery</a> and <ahref="http://ender.no.de"target="_blank">Ender</a>. We encourage you to extend and modify them to fit your specific development needs.</p>
<tableclass="zebra-striped">
<tableclass="zebra-striped">
...
@@ -1797,11 +1797,11 @@ Lorem ipsum dolar sit amet illo error <a href="#" title="below">ipsum</a> verita
...
@@ -1797,11 +1797,11 @@ Lorem ipsum dolar sit amet illo error <a href="#" title="below">ipsum</a> verita
<h1>Using Bootstrap with Less <small>Supercharge your CSS with variables, mixins, and functions</small></h1>
<h1>Using Bootstrap with Less <small>Supercharge your CSS with variables, mixins, and functions</small></h1>
</div>
</div>
<divclass="row">
<divclass="row">
<divclass="span4">
<divclass="span3">
<p>Bootstrap was built with <ahref="http://markdotto.com/bootstrap/">Preboot</a>, an open-source pack of mixins and variables to be used in conjunction with <ahref="http://lesscss.org"target="_blank">Less</a>, a CSS preprocessor for faster and easier web development.</p>
<p>Bootstrap was built with <ahref="http://markdotto.com/bootstrap/">Preboot</a>, an open-source pack of mixins and variables to be used in conjunction with <ahref="http://lesscss.org"target="_blank">Less</a>, a CSS preprocessor for faster and easier web development.</p>
<p>Check out how we used Preboot in Bootstrap and how you can make use of it should you choose to run Less on your next project.</p>
<p>Check out how we used Preboot in Bootstrap and how you can make use of it should you choose to run Less on your next project.</p>
</div>
</div>
<divclass="span12">
<divclass="span9">
<h2>How to use it</h2>
<h2>How to use it</h2>
<p>Use this option to make full use of Bootstrap’s Less variables, mixins, and nesting in CSS via javascript in your browser.</p>
<p>Use this option to make full use of Bootstrap’s Less variables, mixins, and nesting in CSS via javascript in your browser.</p>