mirror of
https://github.com/tenrok/bootstrap.git
synced 2026-06-08 17:22:31 +03:00
updated javascripts for first pass at single column
This commit is contained in:
Vendored
+1
-2
@@ -85,6 +85,7 @@
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
<div class="bs-docs-nav">
|
||||
<h3 class="bs-docs-logo">Bootstrap</h3>
|
||||
<ul>
|
||||
@@ -168,7 +169,6 @@
|
||||
</ul>
|
||||
</div>
|
||||
|
||||
<div class="bs-docs-wrapper">
|
||||
<div class="bs-docs-container">
|
||||
|
||||
{{>body}}
|
||||
@@ -184,7 +184,6 @@
|
||||
</footer>
|
||||
|
||||
</div><!-- /container -->
|
||||
</div><!-- /wrapper -->
|
||||
|
||||
|
||||
|
||||
|
||||
+1
-11
@@ -3,17 +3,7 @@
|
||||
<header class="jumbotron subhead" id="overview">
|
||||
<h1>{{_i}}Base CSS{{/i}}</h1>
|
||||
<p class="lead">{{_i}}On top of the scaffolding, basic HTML elements are styled and enhanced with extensible classes to provide a fresh, consistent look and feel.{{/i}}</p>
|
||||
<!-- <div class="subnav">
|
||||
<ul class="nav nav-pills">
|
||||
<li><a href="#typography">{{_i}}Typography{{/i}}</a></li>
|
||||
<li><a href="#code">{{_i}}Code{{/i}}</a></li>
|
||||
<li><a href="#tables">{{_i}}Tables{{/i}}</a></li>
|
||||
<li><a href="#forms">{{_i}}Forms{{/i}}</a></li>
|
||||
<li><a href="#buttons">{{_i}}Buttons{{/i}}</a></li>
|
||||
<li><a href="#icons">{{_i}}Icons by Glyphicons{{/i}}</a></li>
|
||||
</ul>
|
||||
</div>
|
||||
--></header>
|
||||
</header>
|
||||
|
||||
|
||||
<section id="contents">
|
||||
|
||||
+16
-20
@@ -3,24 +3,20 @@
|
||||
<header class="jumbotron subhead" id="overview">
|
||||
<h1>{{_i}}Components{{/i}}</h1>
|
||||
<p class="lead">{{_i}}Dozens of reusable components are built into Bootstrap to provide navigation, alerts, popovers, and much more.{{/i}}</p>
|
||||
<div class="subnav">
|
||||
<ul class="nav nav-pills">
|
||||
<li class="dropdown">
|
||||
<a class="dropdown-toggle" data-toggle="dropdown" href="#">{{_i}}Buttons{{/i}} <b class="caret"></b></a>
|
||||
<ul class="dropdown-menu">
|
||||
<li><a href="#buttonGroups">{{_i}}Button groups{{/i}}</a></li>
|
||||
<li><a href="#buttonDropdowns">{{_i}}Button dropdowns{{/i}}</a></li>
|
||||
</ul>
|
||||
</li>
|
||||
<li class="dropdown">
|
||||
<a class="dropdown-toggle" data-toggle="dropdown" href="#">{{_i}}Navigation{{/i}} <b class="caret"></b></a>
|
||||
<ul class="dropdown-menu">
|
||||
<li><a href="#navs">{{_i}}Nav, tabs, pills{{/i}}</a></li>
|
||||
<li><a href="#navbar">{{_i}}Navbar{{/i}}</a></li>
|
||||
<li><a href="#breadcrumbs">{{_i}}Breadcrumbs{{/i}}</a></li>
|
||||
<li><a href="#pagination">{{_i}}Pagination{{/i}}</a></li>
|
||||
</ul>
|
||||
</li>
|
||||
</header>
|
||||
|
||||
|
||||
|
||||
<section id="contents">
|
||||
<div class="bs-docs-contents">
|
||||
<h3>{{_i}}Contents{{/i}}</h3>
|
||||
<ol>
|
||||
<li><a href="#buttonGroups">{{_i}}Button groups{{/i}}</a></li>
|
||||
<li><a href="#buttonDropdowns">{{_i}}Button dropdowns{{/i}}</a></li>
|
||||
<li><a href="#navs">{{_i}}Nav, tabs, pills{{/i}}</a></li>
|
||||
<li><a href="#navbar">{{_i}}Navbar{{/i}}</a></li>
|
||||
<li><a href="#breadcrumbs">{{_i}}Breadcrumbs{{/i}}</a></li>
|
||||
<li><a href="#pagination">{{_i}}Pagination{{/i}}</a></li>
|
||||
<li><a href="#labels">{{_i}}Labels{{/i}}</a></li>
|
||||
<li><a href="#badges">{{_i}}Badges{{/i}}</a></li>
|
||||
<li><a href="#typography">{{_i}}Type{{/i}}</a></li>
|
||||
@@ -28,9 +24,9 @@
|
||||
<li><a href="#alerts">{{_i}}Alerts{{/i}}</a></li>
|
||||
<li><a href="#progress">{{_i}}Progress bars{{/i}}</a></li>
|
||||
<li><a href="#misc">{{_i}}Misc{{/i}}</a></li>
|
||||
</ul>
|
||||
</ol>
|
||||
</div>
|
||||
</header>
|
||||
</section>
|
||||
|
||||
|
||||
|
||||
|
||||
+14
-8
@@ -3,16 +3,22 @@
|
||||
<header class="jumbotron subhead" id="overview">
|
||||
<h1>{{_i}}Customize and download{{/i}}</h1>
|
||||
<p class="lead">{{_i}}<a href="https://github.com/twitter/bootstrap/zipball/master">Download the full repository</a> or customize your entire Bootstrap build by selecting only the components, javascript plugins, and assets you need.{{/i}}</p>
|
||||
<div class="subnav">
|
||||
<ul class="nav nav-pills">
|
||||
<li><a href="#components">{{_i}}1. Choose components{{/i}}</a></li>
|
||||
<li><a href="#plugins">{{_i}}2. Select jQuery plugins{{/i}}</a></li>
|
||||
<li><a href="#variables">{{_i}}3. Customize variables{{/i}}</a></li>
|
||||
<li><a href="#download">{{_i}}4. Download{{/i}}</a></li>
|
||||
</ul>
|
||||
</div>
|
||||
</header>
|
||||
|
||||
|
||||
|
||||
<section id="contents">
|
||||
<div class="bs-docs-contents">
|
||||
<h3>{{_i}}Contents{{/i}}</h3>
|
||||
<ol>
|
||||
<li><a href="#components">{{_i}}Choose components{{/i}}</a></li>
|
||||
<li><a href="#plugins">{{_i}}Select jQuery plugins{{/i}}</a></li>
|
||||
<li><a href="#variables">{{_i}}Customize variables{{/i}}</a></li>
|
||||
<li><a href="#download">{{_i}}Download{{/i}}</a></li>
|
||||
</ol>
|
||||
</div>
|
||||
</section>
|
||||
|
||||
<form>
|
||||
<section class="download" id="components">
|
||||
<div class="page-header">
|
||||
|
||||
+1103
-1129
File diff suppressed because it is too large
Load Diff
Vendored
+10
-4
@@ -3,15 +3,21 @@
|
||||
<header class="jumbotron subhead" id="overview">
|
||||
<h1>{{_i}}Using LESS with Bootstrap{{/i}}</h1>
|
||||
<p class="lead">{{_i}}Customize and extend Bootstrap with <a href="http://lesscss.org" target="_blank">LESS</a>, a CSS preprocessor, to take advantage of the variables, mixins, and more used to build Bootstrap's CSS.{{/i}}</p>
|
||||
<div class="subnav">
|
||||
<ul class="nav nav-pills">
|
||||
</header>
|
||||
|
||||
|
||||
|
||||
<section id="contents">
|
||||
<div class="bs-docs-contents">
|
||||
<h3>{{_i}}Contents{{/i}}</h3>
|
||||
<ol>
|
||||
<li><a href="#builtWith">{{_i}}Built with Less{{/i}}</a></li>
|
||||
<li><a href="#variables">{{_i}}Variables{{/i}}</a></li>
|
||||
<li><a href="#mixins">{{_i}}Mixins{{/i}}</a></li>
|
||||
<li><a href="#compiling">{{_i}}Compiling Bootstrap{{/i}}</a></li>
|
||||
</ul>
|
||||
</ol>
|
||||
</div>
|
||||
</header>
|
||||
</section>
|
||||
|
||||
|
||||
|
||||
|
||||
+9
-52
@@ -3,64 +3,21 @@
|
||||
<header class="jumbotron subhead" id="overview">
|
||||
<h1>{{_i}}Scaffolding{{/i}}</h1>
|
||||
<p class="lead">{{_i}}Bootstrap is built on a responsive 12-column grid. We've also included fixed- and fluid-width layouts based on that system.{{/i}}</p>
|
||||
|
||||
<!-- <div class="subnav">
|
||||
<ul class="nav nav-pills">
|
||||
<li><a href="#global">{{_i}}Global styles{{/i}}</a></li>
|
||||
<li><a href="#gridSystem">{{_i}}Grid system{{/i}}</a></li>
|
||||
<li><a href="#fluidGridSystem">{{_i}}Fluid grid system{{/i}}</a></li>
|
||||
<li><a href="#gridCustomization">{{_i}}Customizing{{/i}}</a></li>
|
||||
<li><a href="#layouts">{{_i}}Layouts{{/i}}</a></li>
|
||||
<li><a href="#responsive">{{_i}}Responsive design{{/i}}</a></li>
|
||||
</ul>
|
||||
</div>
|
||||
--></header>
|
||||
</header>
|
||||
|
||||
|
||||
<!-- <section class="bs-docs-contents">
|
||||
<section class="bs-docs-contents">
|
||||
<h3>{{_i}}Contents{{/i}}</h3>
|
||||
<ol>
|
||||
<li>
|
||||
<a href="#global">{{_i}}Global styles{{/i}}</a>
|
||||
<ul>
|
||||
<li><a href="#global-1">{{_i}}Requires HTML5 doctype{{/i}}</a></li>
|
||||
<li><a href="#global-2">{{_i}}Typography and links{{/i}}</a></li>
|
||||
<li><a href="#global-3">{{_i}}Reset via Normalize{{/i}}</a></li>
|
||||
</ul>
|
||||
</li>
|
||||
<li>
|
||||
<a href="#gridSystem">{{_i}}Grid system{{/i}}</a>
|
||||
<ul>
|
||||
<li><a href="#gridSystem-1">{{_i}}Offsetting columns{{/i}}</a></li>
|
||||
<li><a href="#gridSystem-2">{{_i}}Nesting columns{{/i}}</a></li>
|
||||
</ul>
|
||||
</li>
|
||||
<li>
|
||||
<a href="#fluidGridSystem">{{_i}}Fluid grid system{{/i}}</a>
|
||||
<ul>
|
||||
<li><a href="#fluidGridSystem-1">{{_i}}Nesting fluid columns{{/i}}</a></li>
|
||||
</ul>
|
||||
</li>
|
||||
<li>
|
||||
<a href="#gridCustomization">{{_i}}Grid Customization{{/i}}</a>
|
||||
</li>
|
||||
<li>
|
||||
<a href="#layouts">{{_i}}Layouts{{/i}}</a>
|
||||
<ul>
|
||||
<li><a href="#layouts-1">{{_i}}Fixed layout{{/i}}</a></li>
|
||||
<li><a href="#layouts-1">{{_i}}Fluid layout{{/i}}</a></li>
|
||||
</ul>
|
||||
</li>
|
||||
<li>
|
||||
<a href="#responsive">{{_i}}Responsive design{{/i}}</a>
|
||||
<ul>
|
||||
<li><a href="#responsive-1">{{_i}}Responsive utility classes{{/i}}</a></li>
|
||||
<li><a href="#responsive-2">{{_i}}Responsive tests{{/i}}</a></li>
|
||||
</ul>
|
||||
</li>
|
||||
<li><a href="#global">{{_i}}Global styles{{/i}}</a></li>
|
||||
<li><a href="#gridSystem">{{_i}}Grid system{{/i}}</a></li>
|
||||
<li><a href="#fluidGridSystem">{{_i}}Fluid grid system{{/i}}</a></li>
|
||||
<li><a href="#gridCustomization">{{_i}}Customizing{{/i}}</a></li>
|
||||
<li><a href="#layouts">{{_i}}Layouts{{/i}}</a></li>
|
||||
<li><a href="#responsive">{{_i}}Responsive design{{/i}}</a></li>
|
||||
</ol>
|
||||
</section>
|
||||
-->
|
||||
|
||||
|
||||
|
||||
<!-- Global Bootstrap settings
|
||||
|
||||
Reference in New Issue
Block a user