mirror of
https://github.com/twbs/bootstrap.git
synced 2025-02-20 17:54:23 +01:00
fix indenting on extend and js docs pages, remove hidden subnavs
This commit is contained in:
parent
6f8226a393
commit
c74dddd02e
@ -168,6 +168,7 @@
|
|||||||
</section>
|
</section>
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
|
@ -68,33 +68,17 @@
|
|||||||
|
|
||||||
<div class="container">
|
<div class="container">
|
||||||
|
|
||||||
<!-- Masthead
|
<!-- Subhead
|
||||||
================================================== -->
|
================================================== -->
|
||||||
<header class="jumbotron subhead" id="overview">
|
<header class="jumbotron subhead" id="overview">
|
||||||
<h1>Javascript for Bootstrap</h1>
|
<h1>Javascript for Bootstrap</h1>
|
||||||
<p class="lead">Bring Bootstrap's components to life—now with 12 custom <a href="http://jquery.com/" target="_blank">jQuery</a> plugins.
|
<p class="lead">Bring Bootstrap's components to life—now with 12 custom <a href="http://jquery.com/" target="_blank">jQuery</a> plugins.
|
||||||
<div class="navbar navbar-subnav">
|
|
||||||
<div class="navbar-inner">
|
|
||||||
<ul class="nav">
|
|
||||||
<li><a href="#transitions">Transitions</a></li>
|
|
||||||
<li><a href="#modals">Modal</a></li>
|
|
||||||
<li><a href="#dropdowns">Dropdown</a></li>
|
|
||||||
<li><a href="#scrollspy">Scrollspy</a></li>
|
|
||||||
<li><a href="#tabs">Tab</a></li>
|
|
||||||
<li><a href="#tooltips">Tooltip</a></li>
|
|
||||||
<li><a href="#popovers">Popover</a></li>
|
|
||||||
<li><a href="#alerts">Alert</a></li>
|
|
||||||
<li><a href="#buttons">Button</a></li>
|
|
||||||
<li><a href="#collapse">Collapse</a></li>
|
|
||||||
<li><a href="#carousel">Carousel</a></li>
|
|
||||||
<li><a href="#typeahead">Typeahead</a></li>
|
|
||||||
<li><a href="#affix">Affix</a></li>
|
|
||||||
</ul>
|
|
||||||
</div>
|
|
||||||
</div>
|
|
||||||
</header>
|
</header>
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
<!-- Docs nav
|
||||||
|
================================================== -->
|
||||||
<div class="row">
|
<div class="row">
|
||||||
<div class="span3 bs-docs-sidebar">
|
<div class="span3 bs-docs-sidebar">
|
||||||
<ul class="nav nav-list bs-docs-sidenav">
|
<ul class="nav nav-list bs-docs-sidenav">
|
||||||
@ -117,7 +101,6 @@
|
|||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
<!-- Overview
|
<!-- Overview
|
||||||
================================================== -->
|
================================================== -->
|
||||||
<section id="overview">
|
<section id="overview">
|
||||||
@ -1600,9 +1583,12 @@ $('.carousel').carousel({
|
|||||||
</pre>
|
</pre>
|
||||||
</section>
|
</section>
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
|
|
||||||
<!-- Footer
|
<!-- Footer
|
||||||
================================================== -->
|
================================================== -->
|
||||||
<footer class="footer">
|
<footer class="footer">
|
||||||
|
1
docs/templates/pages/extend.mustache
vendored
1
docs/templates/pages/extend.mustache
vendored
@ -98,5 +98,6 @@
|
|||||||
</section>
|
</section>
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
</div>{{! /span9 }}
|
</div>{{! /span9 }}
|
||||||
</div>{{! row}}
|
</div>{{! row}}
|
||||||
|
31
docs/templates/pages/javascript.mustache
vendored
31
docs/templates/pages/javascript.mustache
vendored
@ -1,30 +1,14 @@
|
|||||||
<!-- Masthead
|
<!-- Subhead
|
||||||
================================================== -->
|
================================================== -->
|
||||||
<header class="jumbotron subhead" id="overview">
|
<header class="jumbotron subhead" id="overview">
|
||||||
<h1>{{_i}}Javascript for Bootstrap{{/i}}</h1>
|
<h1>{{_i}}Javascript for Bootstrap{{/i}}</h1>
|
||||||
<p class="lead">{{_i}}Bring Bootstrap's components to life—now with 12 custom <a href="http://jquery.com/" target="_blank">jQuery</a> plugins.{{/i}}
|
<p class="lead">{{_i}}Bring Bootstrap's components to life—now with 12 custom <a href="http://jquery.com/" target="_blank">jQuery</a> plugins.{{/i}}
|
||||||
<div class="navbar navbar-subnav">
|
|
||||||
<div class="navbar-inner">
|
|
||||||
<ul class="nav">
|
|
||||||
<li><a href="#transitions">{{_i}}Transitions{{/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>
|
|
||||||
<li><a href="#affix">{{_i}}Affix{{/i}}</a></li>
|
|
||||||
</ul>
|
|
||||||
</div>
|
|
||||||
</div>
|
|
||||||
</header>
|
</header>
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
<!-- Docs nav
|
||||||
|
================================================== -->
|
||||||
<div class="row">
|
<div class="row">
|
||||||
<div class="span3 bs-docs-sidebar">
|
<div class="span3 bs-docs-sidebar">
|
||||||
<ul class="nav nav-list bs-docs-sidenav">
|
<ul class="nav nav-list bs-docs-sidenav">
|
||||||
@ -47,7 +31,6 @@
|
|||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
<!-- Overview
|
<!-- Overview
|
||||||
================================================== -->
|
================================================== -->
|
||||||
<section id="overview">
|
<section id="overview">
|
||||||
@ -1532,5 +1515,7 @@ $('.carousel').carousel({
|
|||||||
</pre>
|
</pre>
|
||||||
</section>
|
</section>
|
||||||
|
|
||||||
</div>
|
|
||||||
</div>
|
|
||||||
|
</div>{{! /span9 }}
|
||||||
|
</div>{{! row}}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user