diff options
| author | Mark Otto <[email protected]> | 2011-11-08 08:24:10 -0800 |
|---|---|---|
| committer | Mark Otto <[email protected]> | 2011-11-08 08:24:10 -0800 |
| commit | c5115d55abd3b8552c244720e64ee0beea71cdd5 (patch) | |
| tree | fe3b510df260c0b72eac1c9809f26d21c142bd2b /docs | |
| parent | f459f826af827735f8bfea2e850dba1151b19efc (diff) | |
| parent | ae5badc9fbe7bd6fc0724ab84926eaabd5eb130e (diff) | |
| download | bootstrap-c5115d55abd3b8552c244720e64ee0beea71cdd5.tar.xz bootstrap-c5115d55abd3b8552c244720e64ee0beea71cdd5.zip | |
Merge pull request #577 from smaboshe/updates-to-2.0-docs
Updates to 2.0 docs
Diffstat (limited to 'docs')
| -rw-r--r-- | docs/javascript.html | 3 | ||||
| -rw-r--r-- | docs/scaffolding.html | 2 |
2 files changed, 2 insertions, 3 deletions
diff --git a/docs/javascript.html b/docs/javascript.html index 3175d261e..bb30cf213 100644 --- a/docs/javascript.html +++ b/docs/javascript.html @@ -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 »</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> diff --git a/docs/scaffolding.html b/docs/scaffolding.html index de50caf8d..9a04f7c36 100644 --- a/docs/scaffolding.html +++ b/docs/scaffolding.html @@ -242,7 +242,7 @@ </div> <pre class="prettyprint linenums"> <body> - <div class="container-fluid"> + <div class="fluid-container"> <div class="sidebar"> ... </div> |
