0
0
mirror of https://github.com/twbs/bootstrap.git synced 2025-01-18 10:52:19 +01:00

Merge pull request #577 from smaboshe/updates-to-2.0-docs

Updates to 2.0 docs
This commit is contained in:
Mark Otto 2011-11-08 08:24:10 -08:00
commit c5115d55ab
2 changed files with 2 additions and 3 deletions

View File

@ -82,8 +82,7 @@
<div class="row">
<div class="span3">
<h2>Getting started</h2>
<p>Integrating javascript with the Bootstrap library is super easy. Below we go over the basics and provide you with some awesome plugins to get you started!</p>
<p><a class="btn primary" href="./javascript.html">View javascript docs &raquo;</a></p>
<p>Integrating javascript with the Bootstrap library is super easy. Here we go over the basics and provide you with some awesome plugins to get you started!</p>
</div>
<div class="span9">
<h3>What's included</h3>

View File

@ -242,7 +242,7 @@
</div>
<pre class="prettyprint linenums">
&lt;body&gt;
&lt;div class="container-fluid"&gt;
&lt;div class="fluid-container"&gt;
&lt;div class="sidebar"&gt;
...
&lt;/div&gt;