mirror of
https://github.com/tenrok/bootstrap.git
synced 2026-06-05 16:42:29 +03:00
add back left rail nav, tweak colors
This commit is contained in:
Vendored
+78
-45
@@ -39,51 +39,84 @@
|
||||
{{/production}}
|
||||
</head>
|
||||
|
||||
<body data-spy="scroll" data-target=".subnav" data-offset="50">
|
||||
<body>
|
||||
|
||||
|
||||
<!-- Navbar
|
||||
================================================== -->
|
||||
<div class="navbar navbar-fixed-top">
|
||||
<div class="navbar-inner">
|
||||
<div class="container">
|
||||
<button type="button"class="btn btn-navbar" data-toggle="collapse" data-target=".nav-collapse">
|
||||
<span class="icon-bar"></span>
|
||||
<span class="icon-bar"></span>
|
||||
<span class="icon-bar"></span>
|
||||
</button>
|
||||
<a class="brand" href="./index.html">Bootstrap</a>
|
||||
<div class="nav-collapse collapse">
|
||||
<ul class="nav">
|
||||
<li class="{{index}}">
|
||||
<a href="./index.html">{{_i}}Overview{{/i}}</a>
|
||||
</li>
|
||||
<li class="{{scaffolding}}">
|
||||
<a href="./scaffolding.html">{{_i}}Scaffolding{{/i}}</a>
|
||||
</li>
|
||||
<li class="{{base-css}}">
|
||||
<a href="./base-css.html">{{_i}}Base CSS{{/i}}</a>
|
||||
</li>
|
||||
<li class="{{components}}">
|
||||
<a href="./components.html">{{_i}}Components{{/i}}</a>
|
||||
</li>
|
||||
<li class="{{javascript}}">
|
||||
<a href="./javascript.html">{{_i}}Javascript plugins{{/i}}</a>
|
||||
</li>
|
||||
<li class="{{less}}">
|
||||
<a href="./less.html">{{_i}}Using LESS{{/i}}</a>
|
||||
</li>
|
||||
<li class="divider-vertical"></li>
|
||||
<li class="{{download}}">
|
||||
<a href="./download.html">{{_i}}Customize{{/i}}</a>
|
||||
</li>
|
||||
<li class="{{examples}}">
|
||||
<a href="./examples.html">{{_i}}Examples{{/i}}</a>
|
||||
</li>
|
||||
</ul>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
<div class="bs-docs-nav">
|
||||
<h3 class="bs-docs-logo"><a href="./index.html">{{_i}}Bootstrap{{/i}}</a></h3>
|
||||
<ul class="bs-nav">
|
||||
<li class="{{scaffolding}}">
|
||||
<a href="./scaffolding.html">{{_i}}Scaffolding{{/i}}</a>
|
||||
<ul>
|
||||
<li><a href="./scaffolding.html#global">{{_i}}Global styles{{/i}}</a></li>
|
||||
<li><a href="./scaffolding.html#gridSystem">{{_i}}Grid system{{/i}}</a></li>
|
||||
<li><a href="./scaffolding.html#fluidGridSystem">{{_i}}Fluid grid system{{/i}}</a></li>
|
||||
<li><a href="./scaffolding.html#gridCustomization">{{_i}}Customizing{{/i}}</a></li>
|
||||
<li><a href="./scaffolding.html#layouts">{{_i}}Layouts{{/i}}</a></li>
|
||||
<li><a href="./scaffolding.html#responsive">{{_i}}Responsive design{{/i}}</a></li>
|
||||
</ul>
|
||||
</li>
|
||||
<li class="{{base-css}}">
|
||||
<a href="./base-css.html">{{_i}}Base CSS{{/i}}</a>
|
||||
<ul>
|
||||
<li><a href="./base-css.html#typography">{{_i}}Typography{{/i}}</a></li>
|
||||
<li><a href="./base-css.html#code">{{_i}}Code{{/i}}</a></li>
|
||||
<li><a href="./base-css.html#tables">{{_i}}Tables{{/i}}</a></li>
|
||||
<li><a href="./base-css.html#forms">{{_i}}Forms{{/i}}</a></li>
|
||||
<li><a href="./base-css.html#buttons">{{_i}}Buttons{{/i}}</a></li>
|
||||
<li><a href="./base-css.html#icons">{{_i}}Icons by Glyphicons{{/i}}</a></li>
|
||||
</ul>
|
||||
</li>
|
||||
<li class="{{components}}">
|
||||
<a href="./components.html">{{_i}}Components{{/i}}</a>
|
||||
<ul>
|
||||
<li><a href="./components.html#buttonGroups">{{_i}}Button groups{{/i}}</a></li>
|
||||
<li><a href="./components.html#buttonDropdowns">{{_i}}Button dropdowns{{/i}}</a></li>
|
||||
<li><a href="./components.html#navs">{{_i}}Nav, tabs, pills{{/i}}</a></li>
|
||||
<li><a href="./components.html#navbar">{{_i}}Navbar{{/i}}</a></li>
|
||||
<li><a href="./components.html#breadcrumbs">{{_i}}Breadcrumbs{{/i}}</a></li>
|
||||
<li><a href="./components.html#pagination">{{_i}}Pagination{{/i}}</a></li>
|
||||
<li><a href="./components.html#labels">{{_i}}Labels{{/i}}</a></li>
|
||||
<li><a href="./components.html#badges">{{_i}}Badges{{/i}}</a></li>
|
||||
<li><a href="./components.html#typography">{{_i}}Typography{{/i}}</a></li>
|
||||
<li><a href="./components.html#thumbnails">{{_i}}Thumbnails{{/i}}</a></li>
|
||||
<li><a href="./components.html#alerts">{{_i}}Alerts{{/i}}</a></li>
|
||||
<li><a href="./components.html#progress">{{_i}}Progress bars{{/i}}</a></li>
|
||||
<li><a href="./components.html#misc">{{_i}}Miscellaneous{{/i}}</a></li>
|
||||
</ul>
|
||||
</li>
|
||||
<li class="{{javascript}}">
|
||||
<a href="./javascript.html">{{_i}}Javascript{{/i}}</a>
|
||||
<ul>
|
||||
<li><a href="./javascript.html#javascript">{{_i}}All plugins{{/i}}</a></li>
|
||||
<li><a href="./javascript.html#modals">{{_i}}Modal{{/i}}</a></li>
|
||||
<li><a href="./javascript.html#dropdowns">{{_i}}Dropdown{{/i}}</a></li>
|
||||
<li><a href="./javascript.html#scrollspy">{{_i}}Scrollspy{{/i}}</a></li>
|
||||
<li><a href="./javascript.html#tabs">{{_i}}Tab{{/i}}</a></li>
|
||||
<li><a href="./javascript.html#tooltips">{{_i}}Tooltip{{/i}}</a></li>
|
||||
<li><a href="./javascript.html#popovers">{{_i}}Popover{{/i}}</a></li>
|
||||
<li><a href="./javascript.html#alerts">{{_i}}Alert{{/i}}</a></li>
|
||||
<li><a href="./javascript.html#buttons">{{_i}}Button{{/i}}</a></li>
|
||||
<li><a href="./javascript.html#collapse">{{_i}}Collapse{{/i}}</a></li>
|
||||
<li><a href="./javascript.html#carousel">{{_i}}Carousel{{/i}}</a></li>
|
||||
<li><a href="./javascript.html#typeahead">{{_i}}Typeahead{{/i}}</a></li>
|
||||
</ul>
|
||||
</li>
|
||||
<li class="{{less}}">
|
||||
<a href="./less.html">{{_i}}LESS{{/i}}</a>
|
||||
<ul>
|
||||
<li><a href="./less.html#builtWith">{{_i}}Built with Less{{/i}}</a></li>
|
||||
<li><a href="./less.html#variables">{{_i}}Variables{{/i}}</a></li>
|
||||
<li><a href="./less.html#mixins">{{_i}}Mixins{{/i}}</a></li>
|
||||
<li><a href="./less.html#compiling">{{_i}}Compiling Bootstrap{{/i}}</a></li>
|
||||
</ul>
|
||||
</li>
|
||||
<li class="{{download}}">
|
||||
<a href="./download.html">{{_i}}Customize{{/i}}</a>
|
||||
</li>
|
||||
<li class="{{examples}}">
|
||||
<a href="./examples.html">{{_i}}Examples{{/i}}</a>
|
||||
</li>
|
||||
</ul>
|
||||
</div>
|
||||
|
||||
<div class="bs-docs-container">
|
||||
@@ -94,10 +127,10 @@
|
||||
<!-- Footer
|
||||
================================================== -->
|
||||
<footer class="footer">
|
||||
<p clas="right"><a href="#">{{_i}}Back to top{{/i}}</a></p>
|
||||
<p>{{_i}}Designed and built with all the love in the world <a href="http://twitter.com/twitter" target="_blank">@twitter</a> by <a href="http://twitter.com/mdo" target="_blank">@mdo</a> and <a href="http://twitter.com/fat" target="_blank">@fat</a>.{{/i}}</p>
|
||||
<p>{{_i}}Code licensed under the <a href="http://www.apache.org/licenses/LICENSE-2.0" target="_blank">Apache License v2.0</a>. Documentation licensed under <a href="http://creativecommons.org/licenses/by/3.0/">CC BY 3.0</a>.{{/i}}</p>
|
||||
<p>{{_i}}Icons from <a href="http://glyphicons.com">Glyphicons Free</a>, licensed under <a href="http://creativecommons.org/licenses/by/3.0/">CC BY 3.0</a>.{{/i}}</p>
|
||||
<p><a href="#">{{_i}}Back to top{{/i}}</a></p>
|
||||
</footer>
|
||||
|
||||
</div><!-- /container -->
|
||||
|
||||
-13
@@ -6,19 +6,6 @@
|
||||
</header>
|
||||
|
||||
|
||||
<section id="contents">
|
||||
<div class="bs-docs-contents">
|
||||
<h3>{{_i}}Contents{{/i}}</h3>
|
||||
<ol>
|
||||
<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>
|
||||
</ol>
|
||||
</div>
|
||||
</section>
|
||||
|
||||
<!-- Typography
|
||||
================================================== -->
|
||||
|
||||
-24
@@ -6,30 +6,6 @@
|
||||
</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>
|
||||
<li><a href="#thumbnails">{{_i}}Thumbnails{{/i}}</a></li>
|
||||
<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>
|
||||
</ol>
|
||||
</div>
|
||||
</section>
|
||||
|
||||
|
||||
|
||||
<!-- Button Groups
|
||||
================================================== -->
|
||||
<section id="buttonGroups">
|
||||
|
||||
-22
@@ -7,28 +7,6 @@
|
||||
|
||||
|
||||
|
||||
<section id="contents">
|
||||
<div class="bs-docs-contents">
|
||||
<h3>{{_i}}Contents{{/i}}</h3>
|
||||
<ol>
|
||||
<li><a href="#javascript">{{_i}}All plugins{{/i}}</a></li>
|
||||
<li><a href="#modals">{{_i}}Modal{{/i}}</a></li>
|
||||
<li><a href="#dropdowns">{{_i}}Dropdown{{/i}}</a></li>
|
||||
<li><a href="#scrollspy">{{_i}}Scrollspy{{/i}}</a></li>
|
||||
<li><a href="#tabs">{{_i}}Tab{{/i}}</a></li>
|
||||
<li><a href="#tooltips">{{_i}}Tooltip{{/i}}</a></li>
|
||||
<li><a href="#popovers">{{_i}}Popover{{/i}}</a></li>
|
||||
<li><a href="#alerts">{{_i}}Alert{{/i}}</a></li>
|
||||
<li><a href="#buttons">{{_i}}Button{{/i}}</a></li>
|
||||
<li><a href="#collapse">{{_i}}Collapse{{/i}}</a></li>
|
||||
<li><a href="#carousel">{{_i}}Carousel{{/i}}</a></li>
|
||||
<li><a href="#typeahead">{{_i}}Typeahead{{/i}}</a></li>
|
||||
</ol>
|
||||
</div>
|
||||
</section>
|
||||
|
||||
|
||||
|
||||
<!-- Using Javascript w/ Bootstrap
|
||||
================================================== -->
|
||||
<section id="javascript">
|
||||
|
||||
-13
@@ -6,19 +6,6 @@
|
||||
</header>
|
||||
|
||||
|
||||
<section class="bs-docs-contents">
|
||||
<h3>{{_i}}Contents{{/i}}</h3>
|
||||
<ol>
|
||||
<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