mirror of
https://github.com/twbs/bootstrap.git
synced 2025-08-06 21:56:42 +02:00
Merge branch '2.0-wip' of github.com:twitter/bootstrap into 2.0-wip
Conflicts: docs/index.html docs/templates/pages/index.mustache
This commit is contained in:
@@ -22,7 +22,7 @@ $(function(){
|
|||||||
window.prettyPrint && prettyPrint()
|
window.prettyPrint && prettyPrint()
|
||||||
|
|
||||||
// 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]] })
|
$(".tablesorter-example").tablesorter({ sortList: [[1,0]] })
|
||||||
}
|
}
|
||||||
|
@@ -75,7 +75,7 @@
|
|||||||
<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 style guide 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 (10kb gzipped)</li>
|
<li><span>✔</span> Small footprint (10kb gzipped)</li>
|
||||||
<li><span>✔</span> Support for IE7 and up</li>
|
<li><span>✔</span> Support for IE7 and up</li>
|
||||||
@@ -99,12 +99,6 @@
|
|||||||
<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><a href="http://twitter.com/mdo">@mdo</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>
|
||||||
@@ -176,7 +170,7 @@
|
|||||||
<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 10kb (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">
|
||||||
|
666
docs/templates/pages/components.mustache
vendored
666
docs/templates/pages/components.mustache
vendored
File diff suppressed because it is too large
Load Diff
24
docs/templates/pages/index.mustache
vendored
24
docs/templates/pages/index.mustache
vendored
@@ -14,13 +14,13 @@
|
|||||||
<div class="benefits">
|
<div class="benefits">
|
||||||
<h4>{{_i}}Feature highlights{{/i}}</h4>
|
<h4>{{_i}}Feature highlights{{/i}}</h4>
|
||||||
<ul>
|
<ul>
|
||||||
<li>{{_i}}<span>✔</span> Built on LESS{{/i}}</li>
|
<li><span>✔</span> {{_i}}Built on LESS{{/i}}</li>
|
||||||
<li>{{_i}}<span>✔</span> Complete style guide docs{{/i}}</li>
|
<li><span>✔</span> {{_i}}Complete styleguide docs{{/i}}</li>
|
||||||
<li>{{_i}}<span>✔</span> Fully responsive design{{/i}}</li>
|
<li><span>✔</span> {{_i}}Fully responsive design{{/i}}</li>
|
||||||
<li>{{_i}}<span>✔</span> Small footprint (10kb gzipped){{/i}}</li>
|
<li><span>✔</span> {{_i}}Small footprint (10kb gzipped){{/i}}</li>
|
||||||
<li>{{_i}}<span>✔</span> Support for IE7 and up{{/i}}</li>
|
<li><span>✔</span> {{_i}}Support for IE7 and up{{/i}}</li>
|
||||||
<li>{{_i}}<span>✔</span> Custom jQuery plugins{{/i}}</li>
|
<li><span>✔</span> {{_i}}Custom jQuery plugins{{/i}}</li>
|
||||||
<li>{{_i}}<span>✔</span> Dozens of components{{/i}}</li>
|
<li><span>✔</span> {{_i}}Dozens of components{{/i}}</li>
|
||||||
</ul>
|
</ul>
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
@@ -39,15 +39,9 @@
|
|||||||
<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><a href="http://twitter.com/mdo">@mdo</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">{{_i}}Follow @twbootstrap{{/i}}</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>
|
||||||
@@ -116,7 +110,7 @@
|
|||||||
<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>{{_i}}Growing library{{/i}}</h2>
|
<h2>{{_i}}Growing library{{/i}}</h2>
|
||||||
<p>{{_i}}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.{{/i}}</p>
|
<p>{{_i}}Despite being only 10kb (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.{{/i}}</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">
|
||||||
|
2
docs/templates/pages/javascript.mustache
vendored
2
docs/templates/pages/javascript.mustache
vendored
@@ -646,7 +646,7 @@ $('a[data-toggle="tab"]').on('shown', function (e) {
|
|||||||
<tr>
|
<tr>
|
||||||
<th style="width: 100px;">{{_i}}Name{{/i}}</th>
|
<th style="width: 100px;">{{_i}}Name{{/i}}</th>
|
||||||
<th style="width: 100px;">{{_i}}type{{/i}}</th>
|
<th style="width: 100px;">{{_i}}type{{/i}}</th>
|
||||||
<th style="width: 50px;"{{_i}}>default{{/i}}</th>
|
<th style="width: 50px;">{{_i}}default{{/i}}</th>
|
||||||
<th>{{_i}}description{{/i}}</th>
|
<th>{{_i}}description{{/i}}</th>
|
||||||
</tr>
|
</tr>
|
||||||
</thead>
|
</thead>
|
||||||
|
Reference in New Issue
Block a user