diff options
| author | Mark Otto <[email protected]> | 2012-09-30 21:26:43 -0700 |
|---|---|---|
| committer | Mark Otto <[email protected]> | 2012-09-30 21:26:43 -0700 |
| commit | 57f8dbe25cd073bbf4d28a52cd82a2554ab024fc (patch) | |
| tree | e6735d9558b34720d3e8e96de23f6c0fad8bf2fa /docs/index.html | |
| parent | f8374a754d2ffe153ab14cb1315365c1303c6bbe (diff) | |
| download | bootstrap-57f8dbe25cd073bbf4d28a52cd82a2554ab024fc.tar.xz bootstrap-57f8dbe25cd073bbf4d28a52cd82a2554ab024fc.zip | |
fixes #5360: typo in tables docs
Diffstat (limited to 'docs/index.html')
| -rw-r--r-- | docs/index.html | 16 |
1 files changed, 12 insertions, 4 deletions
diff --git a/docs/index.html b/docs/index.html index 572a25925..ad52d47c7 100644 --- a/docs/index.html +++ b/docs/index.html @@ -73,11 +73,19 @@ <div class="container"> <h1>Bootstrap</h1> <p>Sleek, intuitive, and powerful front-end framework for faster and easier web development.</p> - <p><a href="assets/bootstrap.zip" class="btn btn-primary btn-large" >Download Bootstrap</a></p> + <p> + <a href="assets/bootstrap.zip" class="btn btn-primary btn-large" >Download Bootstrap</a> + </p> <ul class="masthead-links"> - <li><a href="http://github.com/twitter/bootstrap" >GitHub project</a></li> - <li><a href="./extend.html" >Extend</a></li> - <li>Version 2.1.2</li> + <li> + <a href="http://github.com/twitter/bootstrap" >GitHub project</a> + </li> + <li> + <a href="./extend.html" >Extend</a> + </li> + <li> + Version 2.1.2 + </li> </ul> </div> </div> |
