mirror of
https://github.com/twbs/bootstrap.git
synced 2025-05-29 00:03:29 -04:00
rebuild with new templates
This commit is contained in:
parent
9a68f115e7
commit
b4b1ef6839
2
bootstrap.css
vendored
2
bootstrap.css
vendored
@ -6,7 +6,7 @@
|
|||||||
* http://www.apache.org/licenses/LICENSE-2.0
|
* http://www.apache.org/licenses/LICENSE-2.0
|
||||||
*
|
*
|
||||||
* 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: Mon Jan 23 15:07:02 PST 2012
|
* Date: Mon Jan 23 15:15:08 PST 2012
|
||||||
*/
|
*/
|
||||||
article,
|
article,
|
||||||
aside,
|
aside,
|
||||||
|
@ -24,6 +24,7 @@ $(function(){
|
|||||||
// table sort example
|
// table sort example
|
||||||
if ($.fn.tableSorter) {
|
if ($.fn.tableSorter) {
|
||||||
$("#sortTableExample").tablesorter( { sortList: [[ 1, 0 ]] } )
|
$("#sortTableExample").tablesorter( { sortList: [[ 1, 0 ]] } )
|
||||||
|
$(".tablesorter-example").tablesorter({ sortList: [[1,0]] })
|
||||||
}
|
}
|
||||||
|
|
||||||
// add on logic
|
// add on logic
|
||||||
|
@ -27,86 +27,30 @@
|
|||||||
|
|
||||||
<body>
|
<body>
|
||||||
|
|
||||||
<!-- Navbar
|
<!-- Navbar
|
||||||
================================================== -->
|
================================================== -->
|
||||||
<div class="navbar navbar-fixed">
|
<div class="navbar navbar-fixed">
|
||||||
<div class="navbar-inner">
|
<div class="navbar-inner">
|
||||||
<div class="container">
|
<div class="container">
|
||||||
<a class="brand" href="./index.html">Bootstrap</a>
|
<a class="brand" href="./index.html">Bootstrap</a>
|
||||||
<ul class="nav">
|
<ul class="nav">
|
||||||
<<<<<<< HEAD
|
<li class="">
|
||||||
<li class=""><a href="./index.html">Overview</a></li>
|
<a href="./index.html">Overview</a>
|
||||||
<li class="dropdown ">
|
</li>
|
||||||
<a href="./scaffolding.html" class="dropdown-toggle" data-toggle="dropdown">
|
<li class="">
|
||||||
Scaffolding
|
|
||||||
<b class="caret"></b>
|
|
||||||
</a>
|
|
||||||
<ul class="dropdown-menu">
|
|
||||||
<li><a href="./scaffolding.html#grid-system">Grid system</a></li>
|
|
||||||
<li><a href="./scaffolding.html#layouts">Layouts</a></li>
|
|
||||||
<li><a href="./scaffolding.html#responsive">Responsive design</a></li>
|
|
||||||
</ul>
|
|
||||||
=======
|
|
||||||
<li><a href="./index.html">Overview</a></li>
|
|
||||||
<li>
|
|
||||||
<a href="./scaffolding.html">Scaffolding</a>
|
<a href="./scaffolding.html">Scaffolding</a>
|
||||||
>>>>>>> a074087034716804610637a5ad9cc0447a2cccb2
|
|
||||||
</li>
|
</li>
|
||||||
<li class="active">
|
<li class="active">
|
||||||
<a href="./base-css.html">Base CSS</a>
|
<a href="./base-css.html">Base CSS</a>
|
||||||
</li>
|
</li>
|
||||||
<<<<<<< HEAD
|
|
||||||
<li class="dropdown ">
|
|
||||||
<a href="./components.html" class="dropdown-toggle" data-toggle="dropdown">
|
|
||||||
Components
|
|
||||||
<b class="caret"></b>
|
|
||||||
</a>
|
|
||||||
<ul class="dropdown-menu">
|
|
||||||
<li><a href="./components.html#buttonGroups">Button groups</a></li>
|
|
||||||
<li><a href="./components.html#buttonDropdowns">Split button dropdowns</a></li>
|
|
||||||
<li><a href="./components.html#navs">Nav, tabs, pills</a></li>
|
|
||||||
<li><a href="./components.html#navbar">Navbar</a></li>
|
|
||||||
<li><a href="./components.html#breadcrumbs">Breadcrumbs</a></li>
|
|
||||||
<li><a href="./components.html#pagination">Pagination</a></li>
|
|
||||||
<li><a href="./components.html#thumbnails">Thumbnails</a></li>
|
|
||||||
<li><a href="./components.html#alerts">Alert messages</a></li>
|
|
||||||
<li><a href="./components.html#progress">Progress bars</a></li>
|
|
||||||
</ul>
|
|
||||||
</li>
|
|
||||||
<li class="dropdown ">
|
|
||||||
<a href="./javascript.html" class="dropdown-toggle" data-toggle="dropdown">
|
|
||||||
Javascript plugins
|
|
||||||
<b class="caret"></b>
|
|
||||||
</a>
|
|
||||||
<ul class="dropdown-menu">
|
|
||||||
<li><a href="./javascript.html#javascript">Overview</a></li>
|
|
||||||
<li><a href="./javascript.html#modals">Modal</a></li>
|
|
||||||
<li><a href="./javascript.html#dropdowns">Dropdown</a></li>
|
|
||||||
<li><a href="./javascript.html#scrollspy">Scrollspy</a></li>
|
|
||||||
<li><a href="./javascript.html#tabs">Tab</a></li>
|
|
||||||
<li><a href="./javascript.html#tooltips">Tooltip</a></li>
|
|
||||||
<li><a href="./javascript.html#popovers">Popover</a></li>
|
|
||||||
<li><a href="./javascript.html#alerts">Alert</a></li>
|
|
||||||
<li><a href="./javascript.html#buttons">Button</a></li>
|
|
||||||
<li><a href="./javascript.html#collapse">Collapse</a></li>
|
|
||||||
<li><a href="./javascript.html#carousel">Carousel</a></li>
|
|
||||||
<li><a href="./javascript.html#typeahead">Typeahead</a></li>
|
|
||||||
</ul>
|
|
||||||
</li>
|
|
||||||
<li class="">
|
<li class="">
|
||||||
<a href="./less.html">
|
|
||||||
Using LESS
|
|
||||||
</a>
|
|
||||||
=======
|
|
||||||
<li>
|
|
||||||
<a href="./components.html">Components</a>
|
<a href="./components.html">Components</a>
|
||||||
</li>
|
</li>
|
||||||
<li>
|
<li class="">
|
||||||
<a href="./javascript.html">Javascript plugins</a>
|
<a href="./javascript.html">Javascript plugins</a>
|
||||||
</li>
|
</li>
|
||||||
<li>
|
<li class="">
|
||||||
<a href="./less.html">Using LESS</a>
|
<a href="./less.html">Using LESS</a>
|
||||||
>>>>>>> a074087034716804610637a5ad9cc0447a2cccb2
|
|
||||||
</li>
|
</li>
|
||||||
</ul>
|
</ul>
|
||||||
</div>
|
</div>
|
||||||
@ -115,28 +59,19 @@
|
|||||||
|
|
||||||
<div class="container">
|
<div class="container">
|
||||||
|
|
||||||
<<<<<<< HEAD
|
|
||||||
<!-- Masthead
|
<!-- Masthead
|
||||||
================================================== -->
|
================================================== -->
|
||||||
<header class="jumbotron subhead" id="overview">
|
<header class="jumbotron subhead" id="overview">
|
||||||
<h1>Base CSS</h1>
|
<h1>Base CSS</h1>
|
||||||
<p class="lead">On top of the scaffolding, basic HTML elements are styled and enhanced with extensible classes to provide a fresh, consistent look and feel.</p>
|
<p class="lead">On top of the scaffolding, basic HTML elements are styled and enhanced with extensible classes to provide a fresh, consistent look and feel.</p>
|
||||||
|
<ul class="nav pills">
|
||||||
|
<li><a href="./base-css.html#typography">Typography</a></li>
|
||||||
|
<li><a href="./base-css.html#tables">Tables</a></li>
|
||||||
|
<li><a href="./base-css.html#forms">Forms</a></li>
|
||||||
|
<li><a href="./base-css.html#buttons">Buttons</a></li>
|
||||||
|
<li><a href="./base-css.html#icons">Icons by Glyphicons</a></li>
|
||||||
|
</ul>
|
||||||
</header>
|
</header>
|
||||||
=======
|
|
||||||
<!-- Masthead
|
|
||||||
================================================== -->
|
|
||||||
<header class="jumbotron subhead" id="overview">
|
|
||||||
<h1>Base CSS</h1>
|
|
||||||
<p class="lead">On top of the scaffolding, basic HTML elements are styled and enhanced with extensible classes to provide a fresh, consistent look and feel.</p>
|
|
||||||
<ul class="nav pills">
|
|
||||||
<li><a href="./base-css.html#typography">Typography</a></li>
|
|
||||||
<li><a href="./base-css.html#tables">Tables</a></li>
|
|
||||||
<li><a href="./base-css.html#forms">Forms</a></li>
|
|
||||||
<li><a href="./base-css.html#buttons">Buttons</a></li>
|
|
||||||
<li><a href="./base-css.html#icons">Icons by Glyphicons</a></li>
|
|
||||||
</ul>
|
|
||||||
</header>
|
|
||||||
>>>>>>> a074087034716804610637a5ad9cc0447a2cccb2
|
|
||||||
|
|
||||||
|
|
||||||
<!-- Typography
|
<!-- Typography
|
||||||
@ -1558,7 +1493,7 @@
|
|||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
</section>
|
</section>
|
||||||
<!-- Footer
|
<!-- Footer
|
||||||
================================================== -->
|
================================================== -->
|
||||||
<footer class="footer">
|
<footer class="footer">
|
||||||
<p class="pull-right"><a href="#">Back to top</a></p>
|
<p class="pull-right"><a href="#">Back to top</a></p>
|
||||||
|
@ -27,82 +27,30 @@
|
|||||||
|
|
||||||
<body>
|
<body>
|
||||||
|
|
||||||
<!-- Navbar
|
<!-- Navbar
|
||||||
================================================== -->
|
================================================== -->
|
||||||
<div class="navbar navbar-fixed">
|
<div class="navbar navbar-fixed">
|
||||||
<div class="navbar-inner">
|
<div class="navbar-inner">
|
||||||
<div class="container">
|
<div class="container">
|
||||||
<a class="brand" href="./index.html">Bootstrap</a>
|
<a class="brand" href="./index.html">Bootstrap</a>
|
||||||
<ul class="nav">
|
<ul class="nav">
|
||||||
<<<<<<< HEAD
|
<li class="">
|
||||||
<li class=""><a href="./index.html">Overview</a></li>
|
<a href="./index.html">Overview</a>
|
||||||
<li class="dropdown ">
|
|
||||||
<a href="./scaffolding.html" class="dropdown-toggle" data-toggle="dropdown">
|
|
||||||
Scaffolding
|
|
||||||
<b class="caret"></b>
|
|
||||||
</a>
|
|
||||||
<ul class="dropdown-menu">
|
|
||||||
<li><a href="./scaffolding.html#grid-system">Grid system</a></li>
|
|
||||||
<li><a href="./scaffolding.html#layouts">Layouts</a></li>
|
|
||||||
<li><a href="./scaffolding.html#responsive">Responsive design</a></li>
|
|
||||||
</ul>
|
|
||||||
</li>
|
</li>
|
||||||
<li class="dropdown ">
|
<li class="">
|
||||||
<a href="./base-css.html" class="dropdown-toggle" data-toggle="dropdown">
|
|
||||||
Base CSS
|
|
||||||
<b class="caret"></b>
|
|
||||||
</a>
|
|
||||||
<ul class="dropdown-menu">
|
|
||||||
<li><a href="./base-css.html#typography">Typography</a></li>
|
|
||||||
<li><a href="./base-css.html#tables">Tables</a></li>
|
|
||||||
<li><a href="./base-css.html#forms">Forms</a></li>
|
|
||||||
<li><a href="./base-css.html#buttons">Buttons</a></li>
|
|
||||||
<li><a href="./base-css.html#icons">Icons by Glyphicons</a></li>
|
|
||||||
</ul>
|
|
||||||
=======
|
|
||||||
<li><a href="./index.html">Overview</a></li>
|
|
||||||
<li>
|
|
||||||
<a href="./scaffolding.html">Scaffolding</a>
|
<a href="./scaffolding.html">Scaffolding</a>
|
||||||
</li>
|
</li>
|
||||||
<li>
|
<li class="">
|
||||||
<a href="./base-css.html">Base CSS</a>
|
<a href="./base-css.html">Base CSS</a>
|
||||||
>>>>>>> a074087034716804610637a5ad9cc0447a2cccb2
|
|
||||||
</li>
|
</li>
|
||||||
<li class="active">
|
<li class="active">
|
||||||
<a href="./components.html">Components</a>
|
<a href="./components.html">Components</a>
|
||||||
</li>
|
</li>
|
||||||
<<<<<<< HEAD
|
|
||||||
<li class="dropdown ">
|
|
||||||
<a href="./javascript.html" class="dropdown-toggle" data-toggle="dropdown">
|
|
||||||
Javascript plugins
|
|
||||||
<b class="caret"></b>
|
|
||||||
</a>
|
|
||||||
<ul class="dropdown-menu">
|
|
||||||
<li><a href="./javascript.html#javascript">Overview</a></li>
|
|
||||||
<li><a href="./javascript.html#modals">Modal</a></li>
|
|
||||||
<li><a href="./javascript.html#dropdowns">Dropdown</a></li>
|
|
||||||
<li><a href="./javascript.html#scrollspy">Scrollspy</a></li>
|
|
||||||
<li><a href="./javascript.html#tabs">Tab</a></li>
|
|
||||||
<li><a href="./javascript.html#tooltips">Tooltip</a></li>
|
|
||||||
<li><a href="./javascript.html#popovers">Popover</a></li>
|
|
||||||
<li><a href="./javascript.html#alerts">Alert</a></li>
|
|
||||||
<li><a href="./javascript.html#buttons">Button</a></li>
|
|
||||||
<li><a href="./javascript.html#collapse">Collapse</a></li>
|
|
||||||
<li><a href="./javascript.html#carousel">Carousel</a></li>
|
|
||||||
<li><a href="./javascript.html#typeahead">Typeahead</a></li>
|
|
||||||
</ul>
|
|
||||||
</li>
|
|
||||||
<li class="">
|
<li class="">
|
||||||
<a href="./less.html">
|
|
||||||
Using LESS
|
|
||||||
</a>
|
|
||||||
=======
|
|
||||||
<li>
|
|
||||||
<a href="./javascript.html">Javascript plugins</a>
|
<a href="./javascript.html">Javascript plugins</a>
|
||||||
</li>
|
</li>
|
||||||
<li>
|
<li class="">
|
||||||
<a href="./less.html">Using LESS</a>
|
<a href="./less.html">Using LESS</a>
|
||||||
>>>>>>> a074087034716804610637a5ad9cc0447a2cccb2
|
|
||||||
</li>
|
</li>
|
||||||
</ul>
|
</ul>
|
||||||
</div>
|
</div>
|
||||||
@ -111,33 +59,24 @@
|
|||||||
|
|
||||||
<div class="container">
|
<div class="container">
|
||||||
|
|
||||||
<<<<<<< HEAD
|
<!-- Masthead
|
||||||
<!-- Masthead
|
================================================== -->
|
||||||
================================================== -->
|
<header class="jumbotron subhead" id="overview">
|
||||||
<header class="jumbotron subhead" id="overview">
|
<h1>Components</h1>
|
||||||
<h1>Components</h1>
|
<p class="lead">Dozens of reusable components are built into Bootstrap to provide navigation, alerts, popovers, and much more.</p>
|
||||||
<p class="lead">Dozens of reusable components are built into Bootstrap to provide navigation, alerts, popovers, and much more.</p>
|
<ul class="nav pills">
|
||||||
</header>
|
<li><a href="./components.html#buttonGroups">Button groups</a></li>
|
||||||
=======
|
<li><a href="./components.html#buttonDropdowns">Button dropdowns</a></li>
|
||||||
<!-- Masthead
|
<li><a href="./components.html#navs">Nav, tabs, pills</a></li>
|
||||||
================================================== -->
|
<li><a href="./components.html#navbar">Navbar</a></li>
|
||||||
<header class="jumbotron subhead" id="overview">
|
<li><a href="./components.html#breadcrumbs">Breadcrumbs</a></li>
|
||||||
<h1>Components</h1>
|
<li><a href="./components.html#pagination">Pagination</a></li>
|
||||||
<p class="lead">Dozens of reusable components are built into Bootstrap to provide navigation, alerts, popovers, and much more.</p>
|
<li><a href="./components.html#thumbnails">Thumbnails</a></li>
|
||||||
<ul class="nav pills">
|
<li><a href="./components.html#alerts">Alerts</a></li>
|
||||||
<li><a href="./components.html#buttonGroups">Button groups</a></li>
|
<li><a href="./components.html#progress">Progress bars</a></li>
|
||||||
<li><a href="./components.html#buttonDropdowns">Button dropdowns</a></li>
|
</ul>
|
||||||
<li><a href="./components.html#navs">Nav, tabs, pills</a></li>
|
</header>
|
||||||
<li><a href="./components.html#navbar">Navbar</a></li>
|
|
||||||
<li><a href="./components.html#breadcrumbs">Breadcrumbs</a></li>
|
|
||||||
<li><a href="./components.html#pagination">Pagination</a></li>
|
|
||||||
<li><a href="./components.html#thumbnails">Thumbnails</a></li>
|
|
||||||
<li><a href="./components.html#alerts">Alerts</a></li>
|
|
||||||
<li><a href="./components.html#progress">Progress bars</a></li>
|
|
||||||
</ul>
|
|
||||||
</header>
|
|
||||||
|
|
||||||
>>>>>>> a074087034716804610637a5ad9cc0447a2cccb2
|
|
||||||
|
|
||||||
|
|
||||||
<!-- Button Groups
|
<!-- Button Groups
|
||||||
@ -1308,7 +1247,8 @@
|
|||||||
</div>
|
</div>
|
||||||
|
|
||||||
</section>
|
</section>
|
||||||
<!-- Footer
|
|
||||||
|
<!-- Footer
|
||||||
================================================== -->
|
================================================== -->
|
||||||
<footer class="footer">
|
<footer class="footer">
|
||||||
<p class="pull-right"><a href="#">Back to top</a></p>
|
<p class="pull-right"><a href="#">Back to top</a></p>
|
||||||
|
438
docs/index.html
438
docs/index.html
@ -27,96 +27,30 @@
|
|||||||
|
|
||||||
<body>
|
<body>
|
||||||
|
|
||||||
<!-- Navbar
|
<!-- Navbar
|
||||||
================================================== -->
|
================================================== -->
|
||||||
<div class="navbar navbar-fixed">
|
<div class="navbar navbar-fixed">
|
||||||
<div class="navbar-inner">
|
<div class="navbar-inner">
|
||||||
<div class="container">
|
<div class="container">
|
||||||
<a class="brand" href="./index.html">Bootstrap</a>
|
<a class="brand" href="./index.html">Bootstrap</a>
|
||||||
<ul class="nav">
|
<ul class="nav">
|
||||||
<li class="active"><a href="./index.html">Overview</a></li>
|
<li class="active">
|
||||||
<<<<<<< HEAD
|
<a href="./index.html">Overview</a>
|
||||||
<li class="dropdown ">
|
|
||||||
<a href="./scaffolding.html" class="dropdown-toggle" data-toggle="dropdown">
|
|
||||||
Scaffolding
|
|
||||||
<b class="caret"></b>
|
|
||||||
</a>
|
|
||||||
<ul class="dropdown-menu">
|
|
||||||
<li><a href="./scaffolding.html#grid-system">Grid system</a></li>
|
|
||||||
<li><a href="./scaffolding.html#layouts">Layouts</a></li>
|
|
||||||
<li><a href="./scaffolding.html#responsive">Responsive design</a></li>
|
|
||||||
</ul>
|
|
||||||
</li>
|
|
||||||
<li class="dropdown ">
|
|
||||||
<a href="./base-css.html" class="dropdown-toggle" data-toggle="dropdown">
|
|
||||||
Base CSS
|
|
||||||
<b class="caret"></b>
|
|
||||||
</a>
|
|
||||||
<ul class="dropdown-menu">
|
|
||||||
<li><a href="./base-css.html#typography">Typography</a></li>
|
|
||||||
<li><a href="./base-css.html#tables">Tables</a></li>
|
|
||||||
<li><a href="./base-css.html#forms">Forms</a></li>
|
|
||||||
<li><a href="./base-css.html#buttons">Buttons</a></li>
|
|
||||||
<li><a href="./base-css.html#icons">Icons by Glyphicons</a></li>
|
|
||||||
</ul>
|
|
||||||
</li>
|
|
||||||
<li class="dropdown ">
|
|
||||||
<a href="./components.html" class="dropdown-toggle" data-toggle="dropdown">
|
|
||||||
Components
|
|
||||||
<b class="caret"></b>
|
|
||||||
</a>
|
|
||||||
<ul class="dropdown-menu">
|
|
||||||
<li><a href="./components.html#buttonGroups">Button groups</a></li>
|
|
||||||
<li><a href="./components.html#buttonDropdowns">Split button dropdowns</a></li>
|
|
||||||
<li><a href="./components.html#navs">Nav, tabs, pills</a></li>
|
|
||||||
<li><a href="./components.html#navbar">Navbar</a></li>
|
|
||||||
<li><a href="./components.html#breadcrumbs">Breadcrumbs</a></li>
|
|
||||||
<li><a href="./components.html#pagination">Pagination</a></li>
|
|
||||||
<li><a href="./components.html#thumbnails">Thumbnails</a></li>
|
|
||||||
<li><a href="./components.html#alerts">Alert messages</a></li>
|
|
||||||
<li><a href="./components.html#progress">Progress bars</a></li>
|
|
||||||
</ul>
|
|
||||||
</li>
|
|
||||||
<li class="dropdown ">
|
|
||||||
<a href="./javascript.html" class="dropdown-toggle" data-toggle="dropdown">
|
|
||||||
Javascript plugins
|
|
||||||
<b class="caret"></b>
|
|
||||||
</a>
|
|
||||||
<ul class="dropdown-menu">
|
|
||||||
<li><a href="./javascript.html#javascript">Overview</a></li>
|
|
||||||
<li><a href="./javascript.html#modals">Modal</a></li>
|
|
||||||
<li><a href="./javascript.html#dropdowns">Dropdown</a></li>
|
|
||||||
<li><a href="./javascript.html#scrollspy">Scrollspy</a></li>
|
|
||||||
<li><a href="./javascript.html#tabs">Tab</a></li>
|
|
||||||
<li><a href="./javascript.html#tooltips">Tooltip</a></li>
|
|
||||||
<li><a href="./javascript.html#popovers">Popover</a></li>
|
|
||||||
<li><a href="./javascript.html#alerts">Alert</a></li>
|
|
||||||
<li><a href="./javascript.html#buttons">Button</a></li>
|
|
||||||
<li><a href="./javascript.html#collapse">Collapse</a></li>
|
|
||||||
<li><a href="./javascript.html#carousel">Carousel</a></li>
|
|
||||||
<li><a href="./javascript.html#typeahead">Typeahead</a></li>
|
|
||||||
</ul>
|
|
||||||
</li>
|
</li>
|
||||||
<li class="">
|
<li class="">
|
||||||
<a href="./less.html">
|
|
||||||
Using LESS
|
|
||||||
</a>
|
|
||||||
=======
|
|
||||||
<li>
|
|
||||||
<a href="./scaffolding.html">Scaffolding</a>
|
<a href="./scaffolding.html">Scaffolding</a>
|
||||||
</li>
|
</li>
|
||||||
<li>
|
<li class="">
|
||||||
<a href="./base-css.html">Base CSS</a>
|
<a href="./base-css.html">Base CSS</a>
|
||||||
</li>
|
</li>
|
||||||
<li>
|
<li class="">
|
||||||
<a href="./components.html">Components</a>
|
<a href="./components.html">Components</a>
|
||||||
</li>
|
</li>
|
||||||
<li>
|
<li class="">
|
||||||
<a href="./javascript.html">Javascript plugins</a>
|
<a href="./javascript.html">Javascript plugins</a>
|
||||||
</li>
|
</li>
|
||||||
<li>
|
<li class="">
|
||||||
<a href="./less.html">Using LESS</a>
|
<a href="./less.html">Using LESS</a>
|
||||||
>>>>>>> a074087034716804610637a5ad9cc0447a2cccb2
|
|
||||||
</li>
|
</li>
|
||||||
</ul>
|
</ul>
|
||||||
</div>
|
</div>
|
||||||
@ -125,195 +59,195 @@
|
|||||||
|
|
||||||
<div class="container">
|
<div class="container">
|
||||||
|
|
||||||
<div id="overview">
|
<div id="overview">
|
||||||
|
|
||||||
<!-- Masthead
|
<!-- Masthead
|
||||||
================================================== -->
|
================================================== -->
|
||||||
<header class="jumbotron masthead">
|
<header class="jumbotron masthead">
|
||||||
<div class="inner">
|
<div class="inner">
|
||||||
<h1>Bootstrap,<br> from Twitter</h1>
|
<h1>Bootstrap,<br> from Twitter</h1>
|
||||||
<p class="lead">Bootstrap is a responsive frontend toolkit from Twitter designed to kickstart web development, featuring HTML, CSS, and JS for dozens of base elements and common design components.</p>
|
<p class="lead">Bootstrap is a responsive frontend toolkit from Twitter designed to kickstart web development, featuring HTML, CSS, and JS for dozens of base elements and common design components.</p>
|
||||||
<p class="download-info">
|
<p class="download-info">
|
||||||
<a href="https://github.com/twitter/bootstrap/" class="btn primary btn-large">Download on GitHub</a>
|
<a href="https://github.com/twitter/bootstrap/" class="btn primary btn-large">Download on GitHub</a>
|
||||||
<a href="./scaffolding.html" class="btn btn-large">Get started →</a>
|
<a href="./scaffolding.html" class="btn btn-large">Get started →</a>
|
||||||
</p>
|
</p>
|
||||||
|
|
||||||
<div class="benefits">
|
<div class="benefits">
|
||||||
<h4>Feature highlights</h4>
|
<h4>Feature highlights</h4>
|
||||||
<ul>
|
<ul>
|
||||||
<li><span>×</span> Built on LESS</li>
|
<li><span>×</span> Built on LESS</li>
|
||||||
<li><span>×</span> Complete styleguide docs</li>
|
<li><span>×</span> Complete styleguide docs</li>
|
||||||
<li><span>×</span> Fully responsive design</li>
|
<li><span>×</span> Fully responsive design</li>
|
||||||
<li><span>×</span> Small footprint (7kb gzipped)</li>
|
<li><span>×</span> Small footprint (7kb gzipped)</li>
|
||||||
<li><span>×</span> Support for IE7 and up</li>
|
<li><span>×</span> Support for IE7 and up</li>
|
||||||
<li><span>×</span> Custom jQuery plugins</li>
|
<li><span>×</span> Custom jQuery plugins</li>
|
||||||
<li><span>×</span> Dozens of components</li>
|
<li><span>×</span> Dozens of components</li>
|
||||||
</ul>
|
</ul>
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
</header>
|
</header>
|
||||||
|
|
||||||
<ul class="quick-links">
|
<ul class="quick-links">
|
||||||
<li><strong>Quick links</strong></li>
|
<li><strong>Quick links</strong></li>
|
||||||
<li><a href="https://github.com/twitter/bootstrap/">GitHub</a></li>
|
<li><a href="https://github.com/twitter/bootstrap/">GitHub</a></li>
|
||||||
<li><a href="https://github.com/twitter/bootstrap/issues?state=open">Issues</a></li>
|
<li><a href="https://github.com/twitter/bootstrap/issues?state=open">Issues</a></li>
|
||||||
<li><a href="https://github.com/twitter/bootstrap/wiki/Roadmap">Roadmap</a></li>
|
<li><a href="https://github.com/twitter/bootstrap/wiki/Roadmap">Roadmap</a></li>
|
||||||
<li><a href="https://github.com/twitter/bootstrap/wiki/Changelog">Changelog</a></li>
|
<li><a href="https://github.com/twitter/bootstrap/wiki/Changelog">Changelog</a></li>
|
||||||
<li class="divider">·</li>
|
<li class="divider">·</li>
|
||||||
<li>
|
<li>
|
||||||
<iframe class="github-btn" src="http://markdotto.github.com/github-buttons/github-btn.html?user=twitter&repo=bootstrap&type=watch&count=true" allowtransparency="true" frameborder="0" scrolling="0" width="114px" height="20px"></iframe>
|
<iframe class="github-btn" src="http://markdotto.github.com/github-buttons/github-btn.html?user=twitter&repo=bootstrap&type=watch&count=true" allowtransparency="true" frameborder="0" scrolling="0" width="114px" height="20px"></iframe>
|
||||||
</li>
|
</li>
|
||||||
<li>
|
<li>
|
||||||
<iframe class="github-btn" src="http://markdotto.github.com/github-buttons/github-btn.html?user=twitter&repo=bootstrap&type=fork&count=true" allowtransparency="true" frameborder="0" scrolling="0" width="98px" height="20px"></iframe>
|
<iframe class="github-btn" src="http://markdotto.github.com/github-buttons/github-btn.html?user=twitter&repo=bootstrap&type=fork&count=true" allowtransparency="true" frameborder="0" scrolling="0" width="98px" height="20px"></iframe>
|
||||||
</li>
|
</li>
|
||||||
<!--
|
<!--
|
||||||
<li><strong>Authors</strong></li>
|
<li><strong>Authors</strong></li>
|
||||||
<li><a href="http://twitter.com/mdo">@mdo</a></li>
|
<li><a href="http://twitter.com/mdo">@mdo</a></li>
|
||||||
<li><a href="http://twitter.com/fat">@fat</a></li>
|
<li><a href="http://twitter.com/fat">@fat</a></li>
|
||||||
-->
|
-->
|
||||||
|
|
||||||
<li class="divider">·</li>
|
<li class="divider">·</li>
|
||||||
<li class="follow-btn">
|
<li class="follow-btn">
|
||||||
<a href="https://twitter.com/twbootstrap" class="twitter-follow-button" data-width="145px" data-link-color="#0069D6" data-show-count="false">Follow @twbootstrap</a>
|
<a href="https://twitter.com/twbootstrap" class="twitter-follow-button" data-width="145px" data-link-color="#0069D6" data-show-count="false">Follow @twbootstrap</a>
|
||||||
</li>
|
</li>
|
||||||
<li class="tweet-btn">
|
<li class="tweet-btn">
|
||||||
<a href="https://twitter.com/share" class="twitter-share-button" data-url="http://twitter.github.com/bootstrap/" data-count="horizontal" data-via="twbootstrap" data-related="mdo:Creator of Twitter Bootstrap">Tweet</a>
|
<a href="https://twitter.com/share" class="twitter-share-button" data-url="http://twitter.github.com/bootstrap/" data-count="horizontal" data-via="twbootstrap" data-related="mdo:Creator of Twitter Bootstrap">Tweet</a>
|
||||||
</li>
|
</li>
|
||||||
</ul>
|
</ul>
|
||||||
|
|
||||||
|
|
||||||
<div class="marketing">
|
<div class="marketing">
|
||||||
<h1>Built with Bootstrap.</h1>
|
<h1>Built with Bootstrap.</h1>
|
||||||
<p class="marketing-byline">For even more sites built with Bootstrap, <a href="http://builtwithbootstrap.tumblr.com/" target="_blank">visit the unofficial Tumblr</a>.</p>
|
<p class="marketing-byline">For even more sites built with Bootstrap, <a href="http://builtwithbootstrap.tumblr.com/" target="_blank">visit the unofficial Tumblr</a>.</p>
|
||||||
<ul class="thumbnails example-sites">
|
<ul class="thumbnails example-sites">
|
||||||
<li class="span4">
|
<li class="span4">
|
||||||
<a class="thumbnail" href="http://kippt.com/" target="_blank">
|
<a class="thumbnail" href="http://kippt.com/" target="_blank">
|
||||||
<img src="assets/img/example-sites/kippt.png" alt="Kippt">
|
<img src="assets/img/example-sites/kippt.png" alt="Kippt">
|
||||||
</a>
|
</a>
|
||||||
</li>
|
</li>
|
||||||
<li class="span4">
|
<li class="span4">
|
||||||
<a class="thumbnail" href="http://www.fleetio.com/" target="_blank">
|
<a class="thumbnail" href="http://www.fleetio.com/" target="_blank">
|
||||||
<img src="assets/img/example-sites/fleetio.png" alt="Fleetio">
|
<img src="assets/img/example-sites/fleetio.png" alt="Fleetio">
|
||||||
</a>
|
</a>
|
||||||
</li>
|
</li>
|
||||||
<li class="span4">
|
<li class="span4">
|
||||||
<a class="thumbnail" href="http://www.jshint.com/" target="_blank">
|
<a class="thumbnail" href="http://www.jshint.com/" target="_blank">
|
||||||
<img src="assets/img/example-sites/jshint.png" alt="JS Hint">
|
<img src="assets/img/example-sites/jshint.png" alt="JS Hint">
|
||||||
</a>
|
</a>
|
||||||
</li>
|
</li>
|
||||||
</ul>
|
</ul>
|
||||||
|
|
||||||
<h1>Designed for everyone, everywhere.</h1>
|
<h1>Designed for everyone, everywhere.</h1>
|
||||||
<p class="marketing-byline">Need reasons to love Bootstrap? Look no further.</p>
|
<p class="marketing-byline">Need reasons to love Bootstrap? Look no further.</p>
|
||||||
<div class="row">
|
<div class="row">
|
||||||
<div class="span4">
|
<div class="span4">
|
||||||
<img class="icon" src="assets/img/glyphicons/glyphicons_042_group.png">
|
<img class="icon" src="assets/img/glyphicons/glyphicons_042_group.png">
|
||||||
<h2>Built for and by nerds</h2>
|
<h2>Built for and by nerds</h2>
|
||||||
<p>Like you, we love building awesome products on the web. We love it so much, we decided to help people just like us do it easier, better, and faster. Bootstrap is built for you.</p>
|
<p>Like you, we love building awesome products on the web. We love it so much, we decided to help people just like us do it easier, better, and faster. Bootstrap is built for you.</p>
|
||||||
</div>
|
</div>
|
||||||
<div class="span4">
|
<div class="span4">
|
||||||
<img class="icon" src="assets/img/glyphicons/glyphicons_079_podium.png">
|
<img class="icon" src="assets/img/glyphicons/glyphicons_079_podium.png">
|
||||||
<h2>For all skill levels</h2>
|
<h2>For all skill levels</h2>
|
||||||
<p>Bootstrap is designed to help people of all skill level—designer or developer, huge nerd or early beginner. Use it as a complete kit or use to start something more complex.</p>
|
<p>Bootstrap is designed to help people of all skill level—designer or developer, huge nerd or early beginner. Use it as a complete kit or use to start something more complex.</p>
|
||||||
</div>
|
</div>
|
||||||
<div class="span4">
|
<div class="span4">
|
||||||
<img class="icon" src="assets/img/glyphicons/glyphicons_163_iphone.png">
|
<img class="icon" src="assets/img/glyphicons/glyphicons_163_iphone.png">
|
||||||
<h2>Cross-everything</h2>
|
<h2>Cross-everything</h2>
|
||||||
<p>Originally built with only modern browsers in mind, Bootstrap has evolved to include support for all major browsers (even IE7!) and, with Bootstrap 2, tablets and smartphones, too.</p>
|
<p>Originally built with only modern browsers in mind, Bootstrap has evolved to include support for all major browsers (even IE7!) and, with Bootstrap 2, tablets and smartphones, too.</p>
|
||||||
</div>
|
</div>
|
||||||
</div><!--/row-->
|
</div><!--/row-->
|
||||||
<div class="row">
|
<div class="row">
|
||||||
<div class="span4">
|
<div class="span4">
|
||||||
<img class="icon" src="assets/img/glyphicons/glyphicons_155_show_thumbnails.png">
|
<img class="icon" src="assets/img/glyphicons/glyphicons_155_show_thumbnails.png">
|
||||||
<h2>12-column grid</h2>
|
<h2>12-column grid</h2>
|
||||||
<p>Grid systems aren't everything, but having a durable and flexible one at the core of your work can make development much simpler. Use our built-in grid classes or roll your own.</p>
|
<p>Grid systems aren't everything, but having a durable and flexible one at the core of your work can make development much simpler. Use our built-in grid classes or roll your own.</p>
|
||||||
</div>
|
</div>
|
||||||
<div class="span4">
|
<div class="span4">
|
||||||
<img class="icon" src="assets/img/glyphicons/glyphicons_214_resize_small.png">
|
<img class="icon" src="assets/img/glyphicons/glyphicons_214_resize_small.png">
|
||||||
<h2>Responsive design</h2>
|
<h2>Responsive design</h2>
|
||||||
<p>With Bootstrap 2, we've gone fully responsive. Our components are scaled according to a range of resolutions and devices to provide a consistent experience, no matter what.</p>
|
<p>With Bootstrap 2, we've gone fully responsive. Our components are scaled according to a range of resolutions and devices to provide a consistent experience, no matter what.</p>
|
||||||
</div>
|
</div>
|
||||||
<div class="span4">
|
<div class="span4">
|
||||||
<img class="icon" src="assets/img/glyphicons/glyphicons_266_book_open.png">
|
<img class="icon" src="assets/img/glyphicons/glyphicons_266_book_open.png">
|
||||||
<h2>Styleguide docs</h2>
|
<h2>Styleguide docs</h2>
|
||||||
<p>Unlike other front-end toolkits, Bootstrap was designed first and foremost as a styleguide to document not only our features, but best practices and living, coded examples.</p>
|
<p>Unlike other front-end toolkits, Bootstrap was designed first and foremost as a styleguide to document not only our features, but best practices and living, coded examples.</p>
|
||||||
</div>
|
</div>
|
||||||
</div><!--/row-->
|
</div><!--/row-->
|
||||||
<div class="row">
|
<div class="row">
|
||||||
<div class="span4">
|
<div class="span4">
|
||||||
<img class="icon" src="assets/img/glyphicons/glyphicons_082_roundabout.png">
|
<img class="icon" src="assets/img/glyphicons/glyphicons_082_roundabout.png">
|
||||||
<h2>Growing library</h2>
|
<h2>Growing library</h2>
|
||||||
<p>Despite being only 7kb (gzipped), Bootstrap is one of the most complete front-end toolkits out there with dozens of fully functional components ready to be put to use.</p>
|
<p>Despite being only 7kb (gzipped), Bootstrap is one of the most complete front-end toolkits out there with dozens of fully functional components ready to be put to use.</p>
|
||||||
</div>
|
</div>
|
||||||
<div class="span4">
|
<div class="span4">
|
||||||
<img class="icon" src="assets/img/glyphicons/glyphicons_009_magic.png">
|
<img class="icon" src="assets/img/glyphicons/glyphicons_009_magic.png">
|
||||||
<h2>Custom jQuery plugins</h2>
|
<h2>Custom jQuery plugins</h2>
|
||||||
<p>What good is an awesome design component without easy-to-use, proper, and extensible interactions? With Bootstrap, you get custom-built jQuery plugins to bring your projects to life.</p>
|
<p>What good is an awesome design component without easy-to-use, proper, and extensible interactions? With Bootstrap, you get custom-built jQuery plugins to bring your projects to life.</p>
|
||||||
</div>
|
</div>
|
||||||
<div class="span4">
|
<div class="span4">
|
||||||
<img class="icon" src="assets/img/less-small.png">
|
<img class="icon" src="assets/img/less-small.png">
|
||||||
<h2>Built on LESS</h2>
|
<h2>Built on LESS</h2>
|
||||||
<p>Where vanilla CSS falters, LESS excels. Variables, nesting, operations, and mixins in LESS makes coding CSS faster and more efficient with minimal overhead.</p>
|
<p>Where vanilla CSS falters, LESS excels. Variables, nesting, operations, and mixins in LESS makes coding CSS faster and more efficient with minimal overhead.</p>
|
||||||
</div>
|
</div>
|
||||||
</div><!--/row-->
|
</div><!--/row-->
|
||||||
<div class="row">
|
<div class="row">
|
||||||
<div class="span3">
|
<div class="span3">
|
||||||
<img class="small-icon" src="assets/img/icon-html5.png">
|
<img class="small-icon" src="assets/img/icon-html5.png">
|
||||||
<h3>HTML5</h3>
|
<h3>HTML5</h3>
|
||||||
<p>Built to support new HTML5 elements and syntax.</p>
|
<p>Built to support new HTML5 elements and syntax.</p>
|
||||||
</div>
|
</div>
|
||||||
<div class="span3">
|
<div class="span3">
|
||||||
<img class="small-icon" src="assets/img/icon-css3.png">
|
<img class="small-icon" src="assets/img/icon-css3.png">
|
||||||
<h3>CSS3</h3>
|
<h3>CSS3</h3>
|
||||||
<p>Progressively enhanced components for ultimate style.</p>
|
<p>Progressively enhanced components for ultimate style.</p>
|
||||||
</div>
|
</div>
|
||||||
<div class="span3">
|
<div class="span3">
|
||||||
<img class="small-icon" src="assets/img/icon-github.png">
|
<img class="small-icon" src="assets/img/icon-github.png">
|
||||||
<h3>Open-source</h3>
|
<h3>Open-source</h3>
|
||||||
<p>Built for and maintained by the community via <a href="https://github.com">GitHub</a>.</p>
|
<p>Built for and maintained by the community via <a href="https://github.com">GitHub</a>.</p>
|
||||||
</div>
|
</div>
|
||||||
<div class="span3">
|
<div class="span3">
|
||||||
<img class="small-icon" src="assets/img/icon-twitter.png">
|
<img class="small-icon" src="assets/img/icon-twitter.png">
|
||||||
<h3>Made at Twitter</h3>
|
<h3>Made at Twitter</h3>
|
||||||
<p>Brought to you by an experienced <a href="http://twitter.com/fat">engineer</a> and <a href="http://twitter.com/mdo">designer</a>.</p>
|
<p>Brought to you by an experienced <a href="http://twitter.com/fat">engineer</a> and <a href="http://twitter.com/mdo">designer</a>.</p>
|
||||||
</div>
|
</div>
|
||||||
</div><!--/row-->
|
</div><!--/row-->
|
||||||
|
|
||||||
|
|
||||||
<!-- Quickstart options
|
<!-- Quickstart options
|
||||||
================================================== -->
|
================================================== -->
|
||||||
<h1>Get started in no time.</h1>
|
<h1>Get started in no time.</h1>
|
||||||
<p class="marketing-byline">Quickly start using Bootstrap within your workflow and development process.</p>
|
<p class="marketing-byline">Quickly start using Bootstrap within your workflow and development process.</p>
|
||||||
<table class="table table-bordered getting-started">
|
<table class="table table-bordered getting-started">
|
||||||
<tbody>
|
<tbody>
|
||||||
<tr>
|
<tr>
|
||||||
<td class="quick-start">
|
<td class="quick-start">
|
||||||
<h3>Hotlink the CSS</h3>
|
<h3>Hotlink the CSS</h3>
|
||||||
<p>For the quickest and easiest start, just copy this snippet into your webpage.</p>
|
<p>For the quickest and easiest start, just copy this snippet into your webpage.</p>
|
||||||
<form>
|
<form>
|
||||||
<textarea class="copy-code" rows="1"><link rel="stylesheet" href="http://twitter.github.com/bootstrap/assets/css/bootstrap.min.css"></textarea>
|
<textarea class="copy-code" rows="1"><link rel="stylesheet" href="http://twitter.github.com/bootstrap/assets/css/bootstrap.min.css"></textarea>
|
||||||
</form>
|
</form>
|
||||||
</td>
|
</td>
|
||||||
<td class="quick-start">
|
<td class="quick-start">
|
||||||
<h3>Use it with LESS</h3>
|
<h3>Use it with LESS</h3>
|
||||||
<p>A fan of using LESS? No problem, just clone the repo and add these lines:</p>
|
<p>A fan of using LESS? No problem, just clone the repo and add these lines:</p>
|
||||||
<form>
|
<form>
|
||||||
<textarea class="copy-code" rows="2"><link rel="stylesheet/less" href="/path/to/bootstrap.less">
|
<textarea class="copy-code" rows="2"><link rel="stylesheet/less" href="/path/to/bootstrap.less">
|
||||||
<script src="/path/to/less.js"></script></textarea>
|
<script src="/path/to/less.js"></script></textarea>
|
||||||
</form>
|
</form>
|
||||||
</td>
|
</td>
|
||||||
<td class="quick-start">
|
<td class="quick-start">
|
||||||
<h3>Fork on GitHub</h3>
|
<h3>Fork on GitHub</h3>
|
||||||
<p>Download, fork, pull, file issues, and more with the Bootstrap GitHub repo.</p>
|
<p>Download, fork, pull, file issues, and more with the Bootstrap GitHub repo.</p>
|
||||||
<p><a target="_blank" href="https://github.com/twitter/bootstrap" class="btn primary">Bootstrap on GitHub »</a></p>
|
<p><a target="_blank" href="https://github.com/twitter/bootstrap" class="btn primary">Bootstrap on GitHub »</a></p>
|
||||||
<p class="current-version">Currently <a href="https://github.com/twitter/bootstrap/wiki/Changelog">v2.0.0</a></p>
|
<p class="current-version">Currently <a href="https://github.com/twitter/bootstrap/wiki/Changelog">v2.0.0</a></p>
|
||||||
</td>
|
</td>
|
||||||
</tr>
|
</tr>
|
||||||
</tbody>
|
</tbody>
|
||||||
</table>
|
</table>
|
||||||
</div><!-- /.marketing -->
|
</div><!-- /.marketing -->
|
||||||
</div><!-- /#overview -->
|
</div><!-- /#overview -->
|
||||||
<!-- Footer
|
<!-- Footer
|
||||||
================================================== -->
|
================================================== -->
|
||||||
<footer class="footer">
|
<footer class="footer">
|
||||||
<p class="pull-right"><a href="#">Back to top</a></p>
|
<p class="pull-right"><a href="#">Back to top</a></p>
|
||||||
|
2436
docs/javascript.html
2436
docs/javascript.html
File diff suppressed because it is too large
Load Diff
@ -27,89 +27,27 @@
|
|||||||
|
|
||||||
<body>
|
<body>
|
||||||
|
|
||||||
<!-- Navbar
|
<!-- Navbar
|
||||||
================================================== -->
|
================================================== -->
|
||||||
<div class="navbar navbar-fixed">
|
<div class="navbar navbar-fixed">
|
||||||
<div class="navbar-inner">
|
<div class="navbar-inner">
|
||||||
<div class="container">
|
<div class="container">
|
||||||
<a class="brand" href="./index.html">Bootstrap</a>
|
<a class="brand" href="./index.html">Bootstrap</a>
|
||||||
<ul class="nav">
|
<ul class="nav">
|
||||||
<<<<<<< HEAD
|
<li class="">
|
||||||
<li class=""><a href="./index.html">Overview</a></li>
|
<a href="./index.html">Overview</a>
|
||||||
<li class="dropdown ">
|
|
||||||
<a href="./scaffolding.html" class="dropdown-toggle" data-toggle="dropdown">
|
|
||||||
Scaffolding
|
|
||||||
<b class="caret"></b>
|
|
||||||
</a>
|
|
||||||
<ul class="dropdown-menu">
|
|
||||||
<li><a href="./scaffolding.html#grid-system">Grid system</a></li>
|
|
||||||
<li><a href="./scaffolding.html#layouts">Layouts</a></li>
|
|
||||||
<li><a href="./scaffolding.html#responsive">Responsive design</a></li>
|
|
||||||
</ul>
|
|
||||||
</li>
|
</li>
|
||||||
<li class="dropdown ">
|
<li class="">
|
||||||
<a href="./base-css.html" class="dropdown-toggle" data-toggle="dropdown">
|
|
||||||
Base CSS
|
|
||||||
<b class="caret"></b>
|
|
||||||
</a>
|
|
||||||
<ul class="dropdown-menu">
|
|
||||||
<li><a href="./base-css.html#typography">Typography</a></li>
|
|
||||||
<li><a href="./base-css.html#tables">Tables</a></li>
|
|
||||||
<li><a href="./base-css.html#forms">Forms</a></li>
|
|
||||||
<li><a href="./base-css.html#buttons">Buttons</a></li>
|
|
||||||
<li><a href="./base-css.html#icons">Icons by Glyphicons</a></li>
|
|
||||||
</ul>
|
|
||||||
</li>
|
|
||||||
<li class="dropdown ">
|
|
||||||
<a href="./components.html" class="dropdown-toggle" data-toggle="dropdown">
|
|
||||||
Components
|
|
||||||
<b class="caret"></b>
|
|
||||||
</a>
|
|
||||||
<ul class="dropdown-menu">
|
|
||||||
<li><a href="./components.html#buttonGroups">Button groups</a></li>
|
|
||||||
<li><a href="./components.html#buttonDropdowns">Split button dropdowns</a></li>
|
|
||||||
<li><a href="./components.html#navs">Nav, tabs, pills</a></li>
|
|
||||||
<li><a href="./components.html#navbar">Navbar</a></li>
|
|
||||||
<li><a href="./components.html#breadcrumbs">Breadcrumbs</a></li>
|
|
||||||
<li><a href="./components.html#pagination">Pagination</a></li>
|
|
||||||
<li><a href="./components.html#thumbnails">Thumbnails</a></li>
|
|
||||||
<li><a href="./components.html#alerts">Alert messages</a></li>
|
|
||||||
<li><a href="./components.html#progress">Progress bars</a></li>
|
|
||||||
</ul>
|
|
||||||
</li>
|
|
||||||
<li class="dropdown ">
|
|
||||||
<a href="./javascript.html" class="dropdown-toggle" data-toggle="dropdown">
|
|
||||||
Javascript plugins
|
|
||||||
<b class="caret"></b>
|
|
||||||
</a>
|
|
||||||
<ul class="dropdown-menu">
|
|
||||||
<li><a href="./javascript.html#javascript">Overview</a></li>
|
|
||||||
<li><a href="./javascript.html#modals">Modal</a></li>
|
|
||||||
<li><a href="./javascript.html#dropdowns">Dropdown</a></li>
|
|
||||||
<li><a href="./javascript.html#scrollspy">Scrollspy</a></li>
|
|
||||||
<li><a href="./javascript.html#tabs">Tab</a></li>
|
|
||||||
<li><a href="./javascript.html#tooltips">Tooltip</a></li>
|
|
||||||
<li><a href="./javascript.html#popovers">Popover</a></li>
|
|
||||||
<li><a href="./javascript.html#alerts">Alert</a></li>
|
|
||||||
<li><a href="./javascript.html#buttons">Button</a></li>
|
|
||||||
<li><a href="./javascript.html#collapse">Collapse</a></li>
|
|
||||||
<li><a href="./javascript.html#carousel">Carousel</a></li>
|
|
||||||
<li><a href="./javascript.html#typeahead">Typeahead</a></li>
|
|
||||||
</ul>
|
|
||||||
=======
|
|
||||||
<li><a href="./index.html">Overview</a></li>
|
|
||||||
<li>
|
|
||||||
<a href="./scaffolding.html">Scaffolding</a>
|
<a href="./scaffolding.html">Scaffolding</a>
|
||||||
</li>
|
</li>
|
||||||
<li>
|
<li class="">
|
||||||
<a href="./base-css.html">Base CSS</a>
|
<a href="./base-css.html">Base CSS</a>
|
||||||
</li>
|
</li>
|
||||||
<li>
|
<li class="">
|
||||||
<a href="./components.html">Components</a>
|
<a href="./components.html">Components</a>
|
||||||
</li>
|
</li>
|
||||||
<li>
|
<li class="">
|
||||||
<a href="./javascript.html">Javascript plugins</a>
|
<a href="./javascript.html">Javascript plugins</a>
|
||||||
>>>>>>> a074087034716804610637a5ad9cc0447a2cccb2
|
|
||||||
</li>
|
</li>
|
||||||
<li class="active">
|
<li class="active">
|
||||||
<a href="./less.html">Using LESS</a>
|
<a href="./less.html">Using LESS</a>
|
||||||
@ -527,7 +465,7 @@
|
|||||||
</div>
|
</div>
|
||||||
|
|
||||||
</section>
|
</section>
|
||||||
<!-- Footer
|
<!-- Footer
|
||||||
================================================== -->
|
================================================== -->
|
||||||
<footer class="footer">
|
<footer class="footer">
|
||||||
<p class="pull-right"><a href="#">Back to top</a></p>
|
<p class="pull-right"><a href="#">Back to top</a></p>
|
||||||
|
@ -27,97 +27,30 @@
|
|||||||
|
|
||||||
<body>
|
<body>
|
||||||
|
|
||||||
<!-- Navbar
|
<!-- Navbar
|
||||||
================================================== -->
|
================================================== -->
|
||||||
<div class="navbar navbar-fixed">
|
<div class="navbar navbar-fixed">
|
||||||
<div class="navbar-inner">
|
<div class="navbar-inner">
|
||||||
<div class="container">
|
<div class="container">
|
||||||
<a class="brand" href="./index.html">Bootstrap</a>
|
<a class="brand" href="./index.html">Bootstrap</a>
|
||||||
<ul class="nav">
|
<ul class="nav">
|
||||||
<<<<<<< HEAD
|
|
||||||
<li class=""><a href="./index.html">Overview</a></li>
|
|
||||||
<li class="dropdown active">
|
|
||||||
<a href="./scaffolding.html" class="dropdown-toggle" data-toggle="dropdown">
|
|
||||||
Scaffolding
|
|
||||||
<b class="caret"></b>
|
|
||||||
</a>
|
|
||||||
<ul class="dropdown-menu">
|
|
||||||
<li><a href="./scaffolding.html#grid-system">Grid system</a></li>
|
|
||||||
<li><a href="./scaffolding.html#layouts">Layouts</a></li>
|
|
||||||
<li><a href="./scaffolding.html#responsive">Responsive design</a></li>
|
|
||||||
</ul>
|
|
||||||
</li>
|
|
||||||
<li class="dropdown ">
|
|
||||||
<a href="./base-css.html" class="dropdown-toggle" data-toggle="dropdown">
|
|
||||||
Base CSS
|
|
||||||
<b class="caret"></b>
|
|
||||||
</a>
|
|
||||||
<ul class="dropdown-menu">
|
|
||||||
<li><a href="./base-css.html#typography">Typography</a></li>
|
|
||||||
<li><a href="./base-css.html#tables">Tables</a></li>
|
|
||||||
<li><a href="./base-css.html#forms">Forms</a></li>
|
|
||||||
<li><a href="./base-css.html#buttons">Buttons</a></li>
|
|
||||||
<li><a href="./base-css.html#icons">Icons by Glyphicons</a></li>
|
|
||||||
</ul>
|
|
||||||
</li>
|
|
||||||
<li class="dropdown ">
|
|
||||||
<a href="./components.html" class="dropdown-toggle" data-toggle="dropdown">
|
|
||||||
Components
|
|
||||||
<b class="caret"></b>
|
|
||||||
</a>
|
|
||||||
<ul class="dropdown-menu">
|
|
||||||
<li><a href="./components.html#buttonGroups">Button groups</a></li>
|
|
||||||
<li><a href="./components.html#buttonDropdowns">Split button dropdowns</a></li>
|
|
||||||
<li><a href="./components.html#navs">Nav, tabs, pills</a></li>
|
|
||||||
<li><a href="./components.html#navbar">Navbar</a></li>
|
|
||||||
<li><a href="./components.html#breadcrumbs">Breadcrumbs</a></li>
|
|
||||||
<li><a href="./components.html#pagination">Pagination</a></li>
|
|
||||||
<li><a href="./components.html#thumbnails">Thumbnails</a></li>
|
|
||||||
<li><a href="./components.html#alerts">Alert messages</a></li>
|
|
||||||
<li><a href="./components.html#progress">Progress bars</a></li>
|
|
||||||
</ul>
|
|
||||||
</li>
|
|
||||||
<li class="dropdown ">
|
|
||||||
<a href="./javascript.html" class="dropdown-toggle" data-toggle="dropdown">
|
|
||||||
Javascript plugins
|
|
||||||
<b class="caret"></b>
|
|
||||||
</a>
|
|
||||||
<ul class="dropdown-menu">
|
|
||||||
<li><a href="./javascript.html#javascript">Overview</a></li>
|
|
||||||
<li><a href="./javascript.html#modals">Modal</a></li>
|
|
||||||
<li><a href="./javascript.html#dropdowns">Dropdown</a></li>
|
|
||||||
<li><a href="./javascript.html#scrollspy">Scrollspy</a></li>
|
|
||||||
<li><a href="./javascript.html#tabs">Tab</a></li>
|
|
||||||
<li><a href="./javascript.html#tooltips">Tooltip</a></li>
|
|
||||||
<li><a href="./javascript.html#popovers">Popover</a></li>
|
|
||||||
<li><a href="./javascript.html#alerts">Alert</a></li>
|
|
||||||
<li><a href="./javascript.html#buttons">Button</a></li>
|
|
||||||
<li><a href="./javascript.html#collapse">Collapse</a></li>
|
|
||||||
<li><a href="./javascript.html#carousel">Carousel</a></li>
|
|
||||||
<li><a href="./javascript.html#typeahead">Typeahead</a></li>
|
|
||||||
</ul>
|
|
||||||
</li>
|
|
||||||
<li class="">
|
<li class="">
|
||||||
<a href="./less.html">
|
<a href="./index.html">Overview</a>
|
||||||
Using LESS
|
</li>
|
||||||
</a>
|
|
||||||
=======
|
|
||||||
<li><a href="./index.html">Overview</a></li>
|
|
||||||
<li class="active">
|
<li class="active">
|
||||||
<a href="./scaffolding.html">Scaffolding</a>
|
<a href="./scaffolding.html">Scaffolding</a>
|
||||||
</li>
|
</li>
|
||||||
<li>
|
<li class="">
|
||||||
<a href="./base-css.html">Base CSS</a>
|
<a href="./base-css.html">Base CSS</a>
|
||||||
</li>
|
</li>
|
||||||
<li>
|
<li class="">
|
||||||
<a href="./components.html">Components</a>
|
<a href="./components.html">Components</a>
|
||||||
</li>
|
</li>
|
||||||
<li>
|
<li class="">
|
||||||
<a href="./javascript.html">Javascript plugins</a>
|
<a href="./javascript.html">Javascript plugins</a>
|
||||||
</li>
|
</li>
|
||||||
<li>
|
<li class="">
|
||||||
<a href="./less.html">Using LESS</a>
|
<a href="./less.html">Using LESS</a>
|
||||||
>>>>>>> a074087034716804610637a5ad9cc0447a2cccb2
|
|
||||||
</li>
|
</li>
|
||||||
</ul>
|
</ul>
|
||||||
</div>
|
</div>
|
||||||
@ -126,15 +59,6 @@
|
|||||||
|
|
||||||
<div class="container">
|
<div class="container">
|
||||||
|
|
||||||
<<<<<<< HEAD
|
|
||||||
|
|
||||||
<!-- Masthead
|
|
||||||
================================================== -->
|
|
||||||
<header class="jumbotron subhead" id="overview">
|
|
||||||
<h1>Scaffolding</h1>
|
|
||||||
<p class="lead">Bootstrap is built on a responsive 12-column grid. We've also included fixed- and fluid-width layouts based on that system.</p>
|
|
||||||
</header>
|
|
||||||
=======
|
|
||||||
<!-- Masthead
|
<!-- Masthead
|
||||||
================================================== -->
|
================================================== -->
|
||||||
<header class="jumbotron subhead" id="overview">
|
<header class="jumbotron subhead" id="overview">
|
||||||
@ -146,7 +70,6 @@
|
|||||||
<li><a href="./scaffolding.html#responsive">Responsive design</a></li>
|
<li><a href="./scaffolding.html#responsive">Responsive design</a></li>
|
||||||
</ul>
|
</ul>
|
||||||
</header>
|
</header>
|
||||||
>>>>>>> a074087034716804610637a5ad9cc0447a2cccb2
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
@ -451,7 +374,7 @@
|
|||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
</section>
|
</section>
|
||||||
<!-- Footer
|
<!-- Footer
|
||||||
================================================== -->
|
================================================== -->
|
||||||
<footer class="footer">
|
<footer class="footer">
|
||||||
<p class="pull-right"><a href="#">Back to top</a></p>
|
<p class="pull-right"><a href="#">Back to top</a></p>
|
||||||
|
79
docs/templates/layout.mustache
vendored
79
docs/templates/layout.mustache
vendored
@ -27,79 +27,30 @@
|
|||||||
|
|
||||||
<body>
|
<body>
|
||||||
|
|
||||||
<!-- Navbar
|
<!-- Navbar
|
||||||
================================================== -->
|
================================================== -->
|
||||||
<div class="navbar navbar-fixed">
|
<div class="navbar navbar-fixed">
|
||||||
<div class="navbar-inner">
|
<div class="navbar-inner">
|
||||||
<div class="container">
|
<div class="container">
|
||||||
<a class="brand" href="./index.html">Bootstrap</a>
|
<a class="brand" href="./index.html">Bootstrap</a>
|
||||||
<ul class="nav">
|
<ul class="nav">
|
||||||
<li class="{{ index }}"><a href="./index.html">Overview</a></li>
|
<li class="{{index}}">
|
||||||
<li class="dropdown {{ scaffolding }}">
|
<a href="./index.html">Overview</a>
|
||||||
<a href="./scaffolding.html" class="dropdown-toggle" data-toggle="dropdown">
|
|
||||||
Scaffolding
|
|
||||||
<b class="caret"></b>
|
|
||||||
</a>
|
|
||||||
<ul class="dropdown-menu">
|
|
||||||
<li><a href="./scaffolding.html#grid-system">Grid system</a></li>
|
|
||||||
<li><a href="./scaffolding.html#layouts">Layouts</a></li>
|
|
||||||
<li><a href="./scaffolding.html#responsive">Responsive design</a></li>
|
|
||||||
</ul>
|
|
||||||
</li>
|
</li>
|
||||||
<li class="dropdown {{ base-css }}">
|
<li class="{{scaffolding}}">
|
||||||
<a href="./base-css.html" class="dropdown-toggle" data-toggle="dropdown">
|
<a href="./scaffolding.html">Scaffolding</a>
|
||||||
Base CSS
|
|
||||||
<b class="caret"></b>
|
|
||||||
</a>
|
|
||||||
<ul class="dropdown-menu">
|
|
||||||
<li><a href="./base-css.html#typography">Typography</a></li>
|
|
||||||
<li><a href="./base-css.html#tables">Tables</a></li>
|
|
||||||
<li><a href="./base-css.html#forms">Forms</a></li>
|
|
||||||
<li><a href="./base-css.html#buttons">Buttons</a></li>
|
|
||||||
<li><a href="./base-css.html#icons">Icons by Glyphicons</a></li>
|
|
||||||
</ul>
|
|
||||||
</li>
|
</li>
|
||||||
<li class="dropdown {{ components }}">
|
<li class="{{base-css}}">
|
||||||
<a href="./components.html" class="dropdown-toggle" data-toggle="dropdown">
|
<a href="./base-css.html">Base CSS</a>
|
||||||
Components
|
|
||||||
<b class="caret"></b>
|
|
||||||
</a>
|
|
||||||
<ul class="dropdown-menu">
|
|
||||||
<li><a href="./components.html#buttonGroups">Button groups</a></li>
|
|
||||||
<li><a href="./components.html#buttonDropdowns">Split button dropdowns</a></li>
|
|
||||||
<li><a href="./components.html#navs">Nav, tabs, pills</a></li>
|
|
||||||
<li><a href="./components.html#navbar">Navbar</a></li>
|
|
||||||
<li><a href="./components.html#breadcrumbs">Breadcrumbs</a></li>
|
|
||||||
<li><a href="./components.html#pagination">Pagination</a></li>
|
|
||||||
<li><a href="./components.html#thumbnails">Thumbnails</a></li>
|
|
||||||
<li><a href="./components.html#alerts">Alert messages</a></li>
|
|
||||||
<li><a href="./components.html#progress">Progress bars</a></li>
|
|
||||||
</ul>
|
|
||||||
</li>
|
</li>
|
||||||
<li class="dropdown {{ javascript }}">
|
<li class="{{components}}">
|
||||||
<a href="./javascript.html" class="dropdown-toggle" data-toggle="dropdown">
|
<a href="./components.html">Components</a>
|
||||||
Javascript plugins
|
|
||||||
<b class="caret"></b>
|
|
||||||
</a>
|
|
||||||
<ul class="dropdown-menu">
|
|
||||||
<li><a href="./javascript.html#javascript">Overview</a></li>
|
|
||||||
<li><a href="./javascript.html#modals">Modal</a></li>
|
|
||||||
<li><a href="./javascript.html#dropdowns">Dropdown</a></li>
|
|
||||||
<li><a href="./javascript.html#scrollspy">Scrollspy</a></li>
|
|
||||||
<li><a href="./javascript.html#tabs">Tab</a></li>
|
|
||||||
<li><a href="./javascript.html#tooltips">Tooltip</a></li>
|
|
||||||
<li><a href="./javascript.html#popovers">Popover</a></li>
|
|
||||||
<li><a href="./javascript.html#alerts">Alert</a></li>
|
|
||||||
<li><a href="./javascript.html#buttons">Button</a></li>
|
|
||||||
<li><a href="./javascript.html#collapse">Collapse</a></li>
|
|
||||||
<li><a href="./javascript.html#carousel">Carousel</a></li>
|
|
||||||
<li><a href="./javascript.html#typeahead">Typeahead</a></li>
|
|
||||||
</ul>
|
|
||||||
</li>
|
</li>
|
||||||
<li class="{{ less }}">
|
<li class="{{javascript}}">
|
||||||
<a href="./less.html">
|
<a href="./javascript.html">Javascript plugins</a>
|
||||||
Using LESS
|
</li>
|
||||||
</a>
|
<li class="{{less}}">
|
||||||
|
<a href="./less.html">Using LESS</a>
|
||||||
</li>
|
</li>
|
||||||
</ul>
|
</ul>
|
||||||
</div>
|
</div>
|
||||||
@ -110,7 +61,7 @@
|
|||||||
|
|
||||||
{{>body}}
|
{{>body}}
|
||||||
|
|
||||||
<!-- Footer
|
<!-- Footer
|
||||||
================================================== -->
|
================================================== -->
|
||||||
<footer class="footer">
|
<footer class="footer">
|
||||||
<p class="pull-right"><a href="#">Back to top</a></p>
|
<p class="pull-right"><a href="#">Back to top</a></p>
|
||||||
|
7
docs/templates/pages/base-css.mustache
vendored
7
docs/templates/pages/base-css.mustache
vendored
@ -3,6 +3,13 @@
|
|||||||
<header class="jumbotron subhead" id="overview">
|
<header class="jumbotron subhead" id="overview">
|
||||||
<h1>Base CSS</h1>
|
<h1>Base CSS</h1>
|
||||||
<p class="lead">On top of the scaffolding, basic HTML elements are styled and enhanced with extensible classes to provide a fresh, consistent look and feel.</p>
|
<p class="lead">On top of the scaffolding, basic HTML elements are styled and enhanced with extensible classes to provide a fresh, consistent look and feel.</p>
|
||||||
|
<ul class="nav pills">
|
||||||
|
<li><a href="./base-css.html#typography">Typography</a></li>
|
||||||
|
<li><a href="./base-css.html#tables">Tables</a></li>
|
||||||
|
<li><a href="./base-css.html#forms">Forms</a></li>
|
||||||
|
<li><a href="./base-css.html#buttons">Buttons</a></li>
|
||||||
|
<li><a href="./base-css.html#icons">Icons by Glyphicons</a></li>
|
||||||
|
</ul>
|
||||||
</header>
|
</header>
|
||||||
|
|
||||||
|
|
||||||
|
26
docs/templates/pages/components.mustache
vendored
26
docs/templates/pages/components.mustache
vendored
@ -1,9 +1,21 @@
|
|||||||
<!-- Masthead
|
<!-- Masthead
|
||||||
================================================== -->
|
================================================== -->
|
||||||
<header class="jumbotron subhead" id="overview">
|
<header class="jumbotron subhead" id="overview">
|
||||||
<h1>Components</h1>
|
<h1>Components</h1>
|
||||||
<p class="lead">Dozens of reusable components are built into Bootstrap to provide navigation, alerts, popovers, and much more.</p>
|
<p class="lead">Dozens of reusable components are built into Bootstrap to provide navigation, alerts, popovers, and much more.</p>
|
||||||
</header>
|
<ul class="nav pills">
|
||||||
|
<li><a href="./components.html#buttonGroups">Button groups</a></li>
|
||||||
|
<li><a href="./components.html#buttonDropdowns">Button dropdowns</a></li>
|
||||||
|
<li><a href="./components.html#navs">Nav, tabs, pills</a></li>
|
||||||
|
<li><a href="./components.html#navbar">Navbar</a></li>
|
||||||
|
<li><a href="./components.html#breadcrumbs">Breadcrumbs</a></li>
|
||||||
|
<li><a href="./components.html#pagination">Pagination</a></li>
|
||||||
|
<li><a href="./components.html#thumbnails">Thumbnails</a></li>
|
||||||
|
<li><a href="./components.html#alerts">Alerts</a></li>
|
||||||
|
<li><a href="./components.html#progress">Progress bars</a></li>
|
||||||
|
</ul>
|
||||||
|
</header>
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
<!-- Button Groups
|
<!-- Button Groups
|
||||||
@ -1173,4 +1185,4 @@
|
|||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
</section>
|
</section>
|
||||||
|
356
docs/templates/pages/index.mustache
vendored
356
docs/templates/pages/index.mustache
vendored
@ -1,188 +1,188 @@
|
|||||||
<div id="overview">
|
<div id="overview">
|
||||||
|
|
||||||
<!-- Masthead
|
<!-- Masthead
|
||||||
================================================== -->
|
================================================== -->
|
||||||
<header class="jumbotron masthead">
|
<header class="jumbotron masthead">
|
||||||
<div class="inner">
|
<div class="inner">
|
||||||
<h1>Bootstrap,<br> from Twitter</h1>
|
<h1>Bootstrap,<br> from Twitter</h1>
|
||||||
<p class="lead">Bootstrap is a responsive frontend toolkit from Twitter designed to kickstart web development, featuring HTML, CSS, and JS for dozens of base elements and common design components.</p>
|
<p class="lead">Bootstrap is a responsive frontend toolkit from Twitter designed to kickstart web development, featuring HTML, CSS, and JS for dozens of base elements and common design components.</p>
|
||||||
<p class="download-info">
|
<p class="download-info">
|
||||||
<a href="https://github.com/twitter/bootstrap/" class="btn primary btn-large">Download on GitHub</a>
|
<a href="https://github.com/twitter/bootstrap/" class="btn primary btn-large">Download on GitHub</a>
|
||||||
<a href="./scaffolding.html" class="btn btn-large">Get started →</a>
|
<a href="./scaffolding.html" class="btn btn-large">Get started →</a>
|
||||||
</p>
|
</p>
|
||||||
|
|
||||||
<div class="benefits">
|
<div class="benefits">
|
||||||
<h4>Feature highlights</h4>
|
<h4>Feature highlights</h4>
|
||||||
<ul>
|
<ul>
|
||||||
<li><span>×</span> Built on LESS</li>
|
<li><span>×</span> Built on LESS</li>
|
||||||
<li><span>×</span> Complete styleguide docs</li>
|
<li><span>×</span> Complete styleguide docs</li>
|
||||||
<li><span>×</span> Fully responsive design</li>
|
<li><span>×</span> Fully responsive design</li>
|
||||||
<li><span>×</span> Small footprint (7kb gzipped)</li>
|
<li><span>×</span> Small footprint (7kb gzipped)</li>
|
||||||
<li><span>×</span> Support for IE7 and up</li>
|
<li><span>×</span> Support for IE7 and up</li>
|
||||||
<li><span>×</span> Custom jQuery plugins</li>
|
<li><span>×</span> Custom jQuery plugins</li>
|
||||||
<li><span>×</span> Dozens of components</li>
|
<li><span>×</span> Dozens of components</li>
|
||||||
</ul>
|
</ul>
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
</header>
|
</header>
|
||||||
|
|
||||||
<ul class="quick-links">
|
<ul class="quick-links">
|
||||||
<li><strong>Quick links</strong></li>
|
<li><strong>Quick links</strong></li>
|
||||||
<li><a href="https://github.com/twitter/bootstrap/">GitHub</a></li>
|
<li><a href="https://github.com/twitter/bootstrap/">GitHub</a></li>
|
||||||
<li><a href="https://github.com/twitter/bootstrap/issues?state=open">Issues</a></li>
|
<li><a href="https://github.com/twitter/bootstrap/issues?state=open">Issues</a></li>
|
||||||
<li><a href="https://github.com/twitter/bootstrap/wiki/Roadmap">Roadmap</a></li>
|
<li><a href="https://github.com/twitter/bootstrap/wiki/Roadmap">Roadmap</a></li>
|
||||||
<li><a href="https://github.com/twitter/bootstrap/wiki/Changelog">Changelog</a></li>
|
<li><a href="https://github.com/twitter/bootstrap/wiki/Changelog">Changelog</a></li>
|
||||||
<li class="divider">·</li>
|
<li class="divider">·</li>
|
||||||
<li>
|
<li>
|
||||||
<iframe class="github-btn" src="http://markdotto.github.com/github-buttons/github-btn.html?user=twitter&repo=bootstrap&type=watch&count=true" allowtransparency="true" frameborder="0" scrolling="0" width="114px" height="20px"></iframe>
|
<iframe class="github-btn" src="http://markdotto.github.com/github-buttons/github-btn.html?user=twitter&repo=bootstrap&type=watch&count=true" allowtransparency="true" frameborder="0" scrolling="0" width="114px" height="20px"></iframe>
|
||||||
</li>
|
</li>
|
||||||
<li>
|
<li>
|
||||||
<iframe class="github-btn" src="http://markdotto.github.com/github-buttons/github-btn.html?user=twitter&repo=bootstrap&type=fork&count=true" allowtransparency="true" frameborder="0" scrolling="0" width="98px" height="20px"></iframe>
|
<iframe class="github-btn" src="http://markdotto.github.com/github-buttons/github-btn.html?user=twitter&repo=bootstrap&type=fork&count=true" allowtransparency="true" frameborder="0" scrolling="0" width="98px" height="20px"></iframe>
|
||||||
</li>
|
</li>
|
||||||
<!--
|
<!--
|
||||||
<li><strong>Authors</strong></li>
|
<li><strong>Authors</strong></li>
|
||||||
<li><a href="http://twitter.com/mdo">@mdo</a></li>
|
<li><a href="http://twitter.com/mdo">@mdo</a></li>
|
||||||
<li><a href="http://twitter.com/fat">@fat</a></li>
|
<li><a href="http://twitter.com/fat">@fat</a></li>
|
||||||
-->
|
-->
|
||||||
|
|
||||||
<li class="divider">·</li>
|
<li class="divider">·</li>
|
||||||
<li class="follow-btn">
|
<li class="follow-btn">
|
||||||
<a href="https://twitter.com/twbootstrap" class="twitter-follow-button" data-width="145px" data-link-color="#0069D6" data-show-count="false">Follow @twbootstrap</a>
|
<a href="https://twitter.com/twbootstrap" class="twitter-follow-button" data-width="145px" data-link-color="#0069D6" data-show-count="false">Follow @twbootstrap</a>
|
||||||
</li>
|
</li>
|
||||||
<li class="tweet-btn">
|
<li class="tweet-btn">
|
||||||
<a href="https://twitter.com/share" class="twitter-share-button" data-url="http://twitter.github.com/bootstrap/" data-count="horizontal" data-via="twbootstrap" data-related="mdo:Creator of Twitter Bootstrap">Tweet</a>
|
<a href="https://twitter.com/share" class="twitter-share-button" data-url="http://twitter.github.com/bootstrap/" data-count="horizontal" data-via="twbootstrap" data-related="mdo:Creator of Twitter Bootstrap">Tweet</a>
|
||||||
</li>
|
</li>
|
||||||
</ul>
|
</ul>
|
||||||
|
|
||||||
|
|
||||||
<div class="marketing">
|
<div class="marketing">
|
||||||
<h1>Built with Bootstrap.</h1>
|
<h1>Built with Bootstrap.</h1>
|
||||||
<p class="marketing-byline">For even more sites built with Bootstrap, <a href="http://builtwithbootstrap.tumblr.com/" target="_blank">visit the unofficial Tumblr</a>.</p>
|
<p class="marketing-byline">For even more sites built with Bootstrap, <a href="http://builtwithbootstrap.tumblr.com/" target="_blank">visit the unofficial Tumblr</a>.</p>
|
||||||
<ul class="thumbnails example-sites">
|
<ul class="thumbnails example-sites">
|
||||||
<li class="span4">
|
<li class="span4">
|
||||||
<a class="thumbnail" href="http://kippt.com/" target="_blank">
|
<a class="thumbnail" href="http://kippt.com/" target="_blank">
|
||||||
<img src="assets/img/example-sites/kippt.png" alt="Kippt">
|
<img src="assets/img/example-sites/kippt.png" alt="Kippt">
|
||||||
</a>
|
</a>
|
||||||
</li>
|
</li>
|
||||||
<li class="span4">
|
<li class="span4">
|
||||||
<a class="thumbnail" href="http://www.fleetio.com/" target="_blank">
|
<a class="thumbnail" href="http://www.fleetio.com/" target="_blank">
|
||||||
<img src="assets/img/example-sites/fleetio.png" alt="Fleetio">
|
<img src="assets/img/example-sites/fleetio.png" alt="Fleetio">
|
||||||
</a>
|
</a>
|
||||||
</li>
|
</li>
|
||||||
<li class="span4">
|
<li class="span4">
|
||||||
<a class="thumbnail" href="http://www.jshint.com/" target="_blank">
|
<a class="thumbnail" href="http://www.jshint.com/" target="_blank">
|
||||||
<img src="assets/img/example-sites/jshint.png" alt="JS Hint">
|
<img src="assets/img/example-sites/jshint.png" alt="JS Hint">
|
||||||
</a>
|
</a>
|
||||||
</li>
|
</li>
|
||||||
</ul>
|
</ul>
|
||||||
|
|
||||||
<h1>Designed for everyone, everywhere.</h1>
|
<h1>Designed for everyone, everywhere.</h1>
|
||||||
<p class="marketing-byline">Need reasons to love Bootstrap? Look no further.</p>
|
<p class="marketing-byline">Need reasons to love Bootstrap? Look no further.</p>
|
||||||
<div class="row">
|
<div class="row">
|
||||||
<div class="span4">
|
<div class="span4">
|
||||||
<img class="icon" src="assets/img/glyphicons/glyphicons_042_group.png">
|
<img class="icon" src="assets/img/glyphicons/glyphicons_042_group.png">
|
||||||
<h2>Built for and by nerds</h2>
|
<h2>Built for and by nerds</h2>
|
||||||
<p>Like you, we love building awesome products on the web. We love it so much, we decided to help people just like us do it easier, better, and faster. Bootstrap is built for you.</p>
|
<p>Like you, we love building awesome products on the web. We love it so much, we decided to help people just like us do it easier, better, and faster. Bootstrap is built for you.</p>
|
||||||
</div>
|
</div>
|
||||||
<div class="span4">
|
<div class="span4">
|
||||||
<img class="icon" src="assets/img/glyphicons/glyphicons_079_podium.png">
|
<img class="icon" src="assets/img/glyphicons/glyphicons_079_podium.png">
|
||||||
<h2>For all skill levels</h2>
|
<h2>For all skill levels</h2>
|
||||||
<p>Bootstrap is designed to help people of all skill level—designer or developer, huge nerd or early beginner. Use it as a complete kit or use to start something more complex.</p>
|
<p>Bootstrap is designed to help people of all skill level—designer or developer, huge nerd or early beginner. Use it as a complete kit or use to start something more complex.</p>
|
||||||
</div>
|
</div>
|
||||||
<div class="span4">
|
<div class="span4">
|
||||||
<img class="icon" src="assets/img/glyphicons/glyphicons_163_iphone.png">
|
<img class="icon" src="assets/img/glyphicons/glyphicons_163_iphone.png">
|
||||||
<h2>Cross-everything</h2>
|
<h2>Cross-everything</h2>
|
||||||
<p>Originally built with only modern browsers in mind, Bootstrap has evolved to include support for all major browsers (even IE7!) and, with Bootstrap 2, tablets and smartphones, too.</p>
|
<p>Originally built with only modern browsers in mind, Bootstrap has evolved to include support for all major browsers (even IE7!) and, with Bootstrap 2, tablets and smartphones, too.</p>
|
||||||
</div>
|
</div>
|
||||||
</div><!--/row-->
|
</div><!--/row-->
|
||||||
<div class="row">
|
<div class="row">
|
||||||
<div class="span4">
|
<div class="span4">
|
||||||
<img class="icon" src="assets/img/glyphicons/glyphicons_155_show_thumbnails.png">
|
<img class="icon" src="assets/img/glyphicons/glyphicons_155_show_thumbnails.png">
|
||||||
<h2>12-column grid</h2>
|
<h2>12-column grid</h2>
|
||||||
<p>Grid systems aren't everything, but having a durable and flexible one at the core of your work can make development much simpler. Use our built-in grid classes or roll your own.</p>
|
<p>Grid systems aren't everything, but having a durable and flexible one at the core of your work can make development much simpler. Use our built-in grid classes or roll your own.</p>
|
||||||
</div>
|
</div>
|
||||||
<div class="span4">
|
<div class="span4">
|
||||||
<img class="icon" src="assets/img/glyphicons/glyphicons_214_resize_small.png">
|
<img class="icon" src="assets/img/glyphicons/glyphicons_214_resize_small.png">
|
||||||
<h2>Responsive design</h2>
|
<h2>Responsive design</h2>
|
||||||
<p>With Bootstrap 2, we've gone fully responsive. Our components are scaled according to a range of resolutions and devices to provide a consistent experience, no matter what.</p>
|
<p>With Bootstrap 2, we've gone fully responsive. Our components are scaled according to a range of resolutions and devices to provide a consistent experience, no matter what.</p>
|
||||||
</div>
|
</div>
|
||||||
<div class="span4">
|
<div class="span4">
|
||||||
<img class="icon" src="assets/img/glyphicons/glyphicons_266_book_open.png">
|
<img class="icon" src="assets/img/glyphicons/glyphicons_266_book_open.png">
|
||||||
<h2>Styleguide docs</h2>
|
<h2>Styleguide docs</h2>
|
||||||
<p>Unlike other front-end toolkits, Bootstrap was designed first and foremost as a styleguide to document not only our features, but best practices and living, coded examples.</p>
|
<p>Unlike other front-end toolkits, Bootstrap was designed first and foremost as a styleguide to document not only our features, but best practices and living, coded examples.</p>
|
||||||
</div>
|
</div>
|
||||||
</div><!--/row-->
|
</div><!--/row-->
|
||||||
<div class="row">
|
<div class="row">
|
||||||
<div class="span4">
|
<div class="span4">
|
||||||
<img class="icon" src="assets/img/glyphicons/glyphicons_082_roundabout.png">
|
<img class="icon" src="assets/img/glyphicons/glyphicons_082_roundabout.png">
|
||||||
<h2>Growing library</h2>
|
<h2>Growing library</h2>
|
||||||
<p>Despite being only 7kb (gzipped), Bootstrap is one of the most complete front-end toolkits out there with dozens of fully functional components ready to be put to use.</p>
|
<p>Despite being only 7kb (gzipped), Bootstrap is one of the most complete front-end toolkits out there with dozens of fully functional components ready to be put to use.</p>
|
||||||
</div>
|
</div>
|
||||||
<div class="span4">
|
<div class="span4">
|
||||||
<img class="icon" src="assets/img/glyphicons/glyphicons_009_magic.png">
|
<img class="icon" src="assets/img/glyphicons/glyphicons_009_magic.png">
|
||||||
<h2>Custom jQuery plugins</h2>
|
<h2>Custom jQuery plugins</h2>
|
||||||
<p>What good is an awesome design component without easy-to-use, proper, and extensible interactions? With Bootstrap, you get custom-built jQuery plugins to bring your projects to life.</p>
|
<p>What good is an awesome design component without easy-to-use, proper, and extensible interactions? With Bootstrap, you get custom-built jQuery plugins to bring your projects to life.</p>
|
||||||
</div>
|
</div>
|
||||||
<div class="span4">
|
<div class="span4">
|
||||||
<img class="icon" src="assets/img/less-small.png">
|
<img class="icon" src="assets/img/less-small.png">
|
||||||
<h2>Built on LESS</h2>
|
<h2>Built on LESS</h2>
|
||||||
<p>Where vanilla CSS falters, LESS excels. Variables, nesting, operations, and mixins in LESS makes coding CSS faster and more efficient with minimal overhead.</p>
|
<p>Where vanilla CSS falters, LESS excels. Variables, nesting, operations, and mixins in LESS makes coding CSS faster and more efficient with minimal overhead.</p>
|
||||||
</div>
|
</div>
|
||||||
</div><!--/row-->
|
</div><!--/row-->
|
||||||
<div class="row">
|
<div class="row">
|
||||||
<div class="span3">
|
<div class="span3">
|
||||||
<img class="small-icon" src="assets/img/icon-html5.png">
|
<img class="small-icon" src="assets/img/icon-html5.png">
|
||||||
<h3>HTML5</h3>
|
<h3>HTML5</h3>
|
||||||
<p>Built to support new HTML5 elements and syntax.</p>
|
<p>Built to support new HTML5 elements and syntax.</p>
|
||||||
</div>
|
</div>
|
||||||
<div class="span3">
|
<div class="span3">
|
||||||
<img class="small-icon" src="assets/img/icon-css3.png">
|
<img class="small-icon" src="assets/img/icon-css3.png">
|
||||||
<h3>CSS3</h3>
|
<h3>CSS3</h3>
|
||||||
<p>Progressively enhanced components for ultimate style.</p>
|
<p>Progressively enhanced components for ultimate style.</p>
|
||||||
</div>
|
</div>
|
||||||
<div class="span3">
|
<div class="span3">
|
||||||
<img class="small-icon" src="assets/img/icon-github.png">
|
<img class="small-icon" src="assets/img/icon-github.png">
|
||||||
<h3>Open-source</h3>
|
<h3>Open-source</h3>
|
||||||
<p>Built for and maintained by the community via <a href="https://github.com">GitHub</a>.</p>
|
<p>Built for and maintained by the community via <a href="https://github.com">GitHub</a>.</p>
|
||||||
</div>
|
</div>
|
||||||
<div class="span3">
|
<div class="span3">
|
||||||
<img class="small-icon" src="assets/img/icon-twitter.png">
|
<img class="small-icon" src="assets/img/icon-twitter.png">
|
||||||
<h3>Made at Twitter</h3>
|
<h3>Made at Twitter</h3>
|
||||||
<p>Brought to you by an experienced <a href="http://twitter.com/fat">engineer</a> and <a href="http://twitter.com/mdo">designer</a>.</p>
|
<p>Brought to you by an experienced <a href="http://twitter.com/fat">engineer</a> and <a href="http://twitter.com/mdo">designer</a>.</p>
|
||||||
</div>
|
</div>
|
||||||
</div><!--/row-->
|
</div><!--/row-->
|
||||||
|
|
||||||
|
|
||||||
<!-- Quickstart options
|
<!-- Quickstart options
|
||||||
================================================== -->
|
================================================== -->
|
||||||
<h1>Get started in no time.</h1>
|
<h1>Get started in no time.</h1>
|
||||||
<p class="marketing-byline">Quickly start using Bootstrap within your workflow and development process.</p>
|
<p class="marketing-byline">Quickly start using Bootstrap within your workflow and development process.</p>
|
||||||
<table class="table table-bordered getting-started">
|
<table class="table table-bordered getting-started">
|
||||||
<tbody>
|
<tbody>
|
||||||
<tr>
|
<tr>
|
||||||
<td class="quick-start">
|
<td class="quick-start">
|
||||||
<h3>Hotlink the CSS</h3>
|
<h3>Hotlink the CSS</h3>
|
||||||
<p>For the quickest and easiest start, just copy this snippet into your webpage.</p>
|
<p>For the quickest and easiest start, just copy this snippet into your webpage.</p>
|
||||||
<form>
|
<form>
|
||||||
<textarea class="copy-code" rows="1"><link rel="stylesheet" href="http://twitter.github.com/bootstrap/assets/css/bootstrap.min.css"></textarea>
|
<textarea class="copy-code" rows="1"><link rel="stylesheet" href="http://twitter.github.com/bootstrap/assets/css/bootstrap.min.css"></textarea>
|
||||||
</form>
|
</form>
|
||||||
</td>
|
</td>
|
||||||
<td class="quick-start">
|
<td class="quick-start">
|
||||||
<h3>Use it with LESS</h3>
|
<h3>Use it with LESS</h3>
|
||||||
<p>A fan of using LESS? No problem, just clone the repo and add these lines:</p>
|
<p>A fan of using LESS? No problem, just clone the repo and add these lines:</p>
|
||||||
<form>
|
<form>
|
||||||
<textarea class="copy-code" rows="2"><link rel="stylesheet/less" href="/path/to/bootstrap.less">
|
<textarea class="copy-code" rows="2"><link rel="stylesheet/less" href="/path/to/bootstrap.less">
|
||||||
<script src="/path/to/less.js"></script></textarea>
|
<script src="/path/to/less.js"></script></textarea>
|
||||||
</form>
|
</form>
|
||||||
</td>
|
</td>
|
||||||
<td class="quick-start">
|
<td class="quick-start">
|
||||||
<h3>Fork on GitHub</h3>
|
<h3>Fork on GitHub</h3>
|
||||||
<p>Download, fork, pull, file issues, and more with the Bootstrap GitHub repo.</p>
|
<p>Download, fork, pull, file issues, and more with the Bootstrap GitHub repo.</p>
|
||||||
<p><a target="_blank" href="https://github.com/twitter/bootstrap" class="btn primary">Bootstrap on GitHub »</a></p>
|
<p><a target="_blank" href="https://github.com/twitter/bootstrap" class="btn primary">Bootstrap on GitHub »</a></p>
|
||||||
<p class="current-version">Currently <a href="https://github.com/twitter/bootstrap/wiki/Changelog">v2.0.0</a></p>
|
<p class="current-version">Currently <a href="https://github.com/twitter/bootstrap/wiki/Changelog">v2.0.0</a></p>
|
||||||
</td>
|
</td>
|
||||||
</tr>
|
</tr>
|
||||||
</tbody>
|
</tbody>
|
||||||
</table>
|
</table>
|
||||||
</div><!-- /.marketing -->
|
</div><!-- /.marketing -->
|
||||||
</div><!-- /#overview -->
|
</div><!-- /#overview -->
|
2386
docs/templates/pages/javascript.mustache
vendored
2386
docs/templates/pages/javascript.mustache
vendored
File diff suppressed because it is too large
Load Diff
18
docs/templates/pages/scaffolding.mustache
vendored
18
docs/templates/pages/scaffolding.mustache
vendored
@ -1,10 +1,14 @@
|
|||||||
|
<!-- Masthead
|
||||||
<!-- Masthead
|
================================================== -->
|
||||||
================================================== -->
|
<header class="jumbotron subhead" id="overview">
|
||||||
<header class="jumbotron subhead" id="overview">
|
<h1>Scaffolding</h1>
|
||||||
<h1>Scaffolding</h1>
|
<p class="lead">Bootstrap is built on a responsive 12-column grid. We've also included fixed- and fluid-width layouts based on that system.</p>
|
||||||
<p class="lead">Bootstrap is built on a responsive 12-column grid. We've also included fixed- and fluid-width layouts based on that system.</p>
|
<ul class="nav pills">
|
||||||
</header>
|
<li><a href="./scaffolding.html#grid-system">Grid system</a></li>
|
||||||
|
<li><a href="./scaffolding.html#layouts">Layouts</a></li>
|
||||||
|
<li><a href="./scaffolding.html#responsive">Responsive design</a></li>
|
||||||
|
</ul>
|
||||||
|
</header>
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
12
docs/templates/pages/upgrading.mustache
vendored
12
docs/templates/pages/upgrading.mustache
vendored
@ -1,9 +1,9 @@
|
|||||||
<!-- Masthead
|
<!-- Masthead
|
||||||
================================================== -->
|
================================================== -->
|
||||||
<header class="jumbotron subhead" id="overview">
|
<header class="jumbotron subhead" id="overview">
|
||||||
<h1>Upgrading to Bootstrap 2</h1>
|
<h1>Upgrading to Bootstrap 2</h1>
|
||||||
<p class="lead">Learn about significant changes and additions since v1.4 with this handy guide.</p>
|
<p class="lead">Learn about significant changes and additions since v1.4 with this handy guide.</p>
|
||||||
</header>
|
</header>
|
||||||
|
|
||||||
|
|
||||||
<h2>Rough outline</h2>
|
<h2>Rough outline</h2>
|
||||||
|
@ -27,79 +27,30 @@
|
|||||||
|
|
||||||
<body>
|
<body>
|
||||||
|
|
||||||
<!-- Navbar
|
<!-- Navbar
|
||||||
================================================== -->
|
================================================== -->
|
||||||
<div class="navbar navbar-fixed">
|
<div class="navbar navbar-fixed">
|
||||||
<div class="navbar-inner">
|
<div class="navbar-inner">
|
||||||
<div class="container">
|
<div class="container">
|
||||||
<a class="brand" href="./index.html">Bootstrap</a>
|
<a class="brand" href="./index.html">Bootstrap</a>
|
||||||
<ul class="nav">
|
<ul class="nav">
|
||||||
<li class=""><a href="./index.html">Overview</a></li>
|
<li class="">
|
||||||
<li class="dropdown ">
|
<a href="./index.html">Overview</a>
|
||||||
<a href="./scaffolding.html" class="dropdown-toggle" data-toggle="dropdown">
|
|
||||||
Scaffolding
|
|
||||||
<b class="caret"></b>
|
|
||||||
</a>
|
|
||||||
<ul class="dropdown-menu">
|
|
||||||
<li><a href="./scaffolding.html#grid-system">Grid system</a></li>
|
|
||||||
<li><a href="./scaffolding.html#layouts">Layouts</a></li>
|
|
||||||
<li><a href="./scaffolding.html#responsive">Responsive design</a></li>
|
|
||||||
</ul>
|
|
||||||
</li>
|
|
||||||
<li class="dropdown ">
|
|
||||||
<a href="./base-css.html" class="dropdown-toggle" data-toggle="dropdown">
|
|
||||||
Base CSS
|
|
||||||
<b class="caret"></b>
|
|
||||||
</a>
|
|
||||||
<ul class="dropdown-menu">
|
|
||||||
<li><a href="./base-css.html#typography">Typography</a></li>
|
|
||||||
<li><a href="./base-css.html#tables">Tables</a></li>
|
|
||||||
<li><a href="./base-css.html#forms">Forms</a></li>
|
|
||||||
<li><a href="./base-css.html#buttons">Buttons</a></li>
|
|
||||||
<li><a href="./base-css.html#icons">Icons by Glyphicons</a></li>
|
|
||||||
</ul>
|
|
||||||
</li>
|
|
||||||
<li class="dropdown ">
|
|
||||||
<a href="./components.html" class="dropdown-toggle" data-toggle="dropdown">
|
|
||||||
Components
|
|
||||||
<b class="caret"></b>
|
|
||||||
</a>
|
|
||||||
<ul class="dropdown-menu">
|
|
||||||
<li><a href="./components.html#buttonGroups">Button groups</a></li>
|
|
||||||
<li><a href="./components.html#buttonDropdowns">Split button dropdowns</a></li>
|
|
||||||
<li><a href="./components.html#navs">Nav, tabs, pills</a></li>
|
|
||||||
<li><a href="./components.html#navbar">Navbar</a></li>
|
|
||||||
<li><a href="./components.html#breadcrumbs">Breadcrumbs</a></li>
|
|
||||||
<li><a href="./components.html#pagination">Pagination</a></li>
|
|
||||||
<li><a href="./components.html#thumbnails">Thumbnails</a></li>
|
|
||||||
<li><a href="./components.html#alerts">Alert messages</a></li>
|
|
||||||
<li><a href="./components.html#progress">Progress bars</a></li>
|
|
||||||
</ul>
|
|
||||||
</li>
|
|
||||||
<li class="dropdown ">
|
|
||||||
<a href="./javascript.html" class="dropdown-toggle" data-toggle="dropdown">
|
|
||||||
Javascript plugins
|
|
||||||
<b class="caret"></b>
|
|
||||||
</a>
|
|
||||||
<ul class="dropdown-menu">
|
|
||||||
<li><a href="./javascript.html#javascript">Overview</a></li>
|
|
||||||
<li><a href="./javascript.html#modals">Modal</a></li>
|
|
||||||
<li><a href="./javascript.html#dropdowns">Dropdown</a></li>
|
|
||||||
<li><a href="./javascript.html#scrollspy">Scrollspy</a></li>
|
|
||||||
<li><a href="./javascript.html#tabs">Tab</a></li>
|
|
||||||
<li><a href="./javascript.html#tooltips">Tooltip</a></li>
|
|
||||||
<li><a href="./javascript.html#popovers">Popover</a></li>
|
|
||||||
<li><a href="./javascript.html#alerts">Alert</a></li>
|
|
||||||
<li><a href="./javascript.html#buttons">Button</a></li>
|
|
||||||
<li><a href="./javascript.html#collapse">Collapse</a></li>
|
|
||||||
<li><a href="./javascript.html#carousel">Carousel</a></li>
|
|
||||||
<li><a href="./javascript.html#typeahead">Typeahead</a></li>
|
|
||||||
</ul>
|
|
||||||
</li>
|
</li>
|
||||||
<li class="">
|
<li class="">
|
||||||
<a href="./less.html">
|
<a href="./scaffolding.html">Scaffolding</a>
|
||||||
Using LESS
|
</li>
|
||||||
</a>
|
<li class="">
|
||||||
|
<a href="./base-css.html">Base CSS</a>
|
||||||
|
</li>
|
||||||
|
<li class="">
|
||||||
|
<a href="./components.html">Components</a>
|
||||||
|
</li>
|
||||||
|
<li class="">
|
||||||
|
<a href="./javascript.html">Javascript plugins</a>
|
||||||
|
</li>
|
||||||
|
<li class="">
|
||||||
|
<a href="./less.html">Using LESS</a>
|
||||||
</li>
|
</li>
|
||||||
</ul>
|
</ul>
|
||||||
</div>
|
</div>
|
||||||
@ -108,12 +59,12 @@
|
|||||||
|
|
||||||
<div class="container">
|
<div class="container">
|
||||||
|
|
||||||
<!-- Masthead
|
<!-- Masthead
|
||||||
================================================== -->
|
================================================== -->
|
||||||
<header class="jumbotron subhead" id="overview">
|
<header class="jumbotron subhead" id="overview">
|
||||||
<h1>Upgrading to Bootstrap 2</h1>
|
<h1>Upgrading to Bootstrap 2</h1>
|
||||||
<p class="lead">Learn about significant changes and additions since v1.4 with this handy guide.</p>
|
<p class="lead">Learn about significant changes and additions since v1.4 with this handy guide.</p>
|
||||||
</header>
|
</header>
|
||||||
|
|
||||||
|
|
||||||
<h2>Rough outline</h2>
|
<h2>Rough outline</h2>
|
||||||
@ -194,7 +145,7 @@
|
|||||||
</li>
|
</li>
|
||||||
-->
|
-->
|
||||||
</ul>
|
</ul>
|
||||||
<!-- Footer
|
<!-- Footer
|
||||||
================================================== -->
|
================================================== -->
|
||||||
<footer class="footer">
|
<footer class="footer">
|
||||||
<p class="pull-right"><a href="#">Back to top</a></p>
|
<p class="pull-right"><a href="#">Back to top</a></p>
|
||||||
|
Loading…
x
Reference in New Issue
Block a user