diff options
| author | Jacob Thornton <[email protected]> | 2011-09-12 11:14:35 -0700 |
|---|---|---|
| committer | Jacob Thornton <[email protected]> | 2011-09-12 11:14:35 -0700 |
| commit | 7396cb8c51c3bc919a60b960770629a6749a5159 (patch) | |
| tree | 298f98d39a4a00cbb339b7d978566d3a45bd15c6 /docs | |
| parent | 1645b57efe01d7f2ebc5d28d527a00f1222d0070 (diff) | |
| parent | 72ce695cfdac130b998a21b42490aad53a91ef8b (diff) | |
| download | bootstrap-7396cb8c51c3bc919a60b960770629a6749a5159.tar.xz bootstrap-7396cb8c51c3bc919a60b960770629a6749a5159.zip | |
Merge branch '1.3-wip' of github.com:twitter/bootstrap into 1.3-wip
Diffstat (limited to 'docs')
| -rw-r--r-- | docs/index.html | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/docs/index.html b/docs/index.html index 43cd56564..114e02fd6 100644 --- a/docs/index.html +++ b/docs/index.html @@ -138,11 +138,11 @@ <h3>What's included</h3> <p>Bootstrap comes complete with compiled CSS, uncompiled, and example templates.</p> <ul> - <li><span class="label">New in 1.3</span> Javascript plugins</li> + <li><span class="label">New in 1.3</span> <a href="./javascript.html">Javascript plugins</a></li> <li>All original .less files</li> - <li>Fully compiled and minified CSS</li> + <li>Fully <a href="../bootstrap-1.3.0.css">compiled</a> and <a href="../bootstrap-1.3.0.min.css">minified</a> CSS</li> <li>Complete styleguide documentation</li> - <li>Three example pages with different Bootstrap layouts</li> + <li>Three example pages with different layouts</li> </ul> </div> </div><!-- /row --> @@ -1566,8 +1566,8 @@ <p>One fine body…</p> </div> <div class="modal-footer"> - <a href="#" class="btn secondary">Secondary</a> <a href="#" class="btn primary">Primary</a> + <a href="#" class="btn secondary">Secondary</a> </div> </div> </div> |
