diff options
| author | Mark Otto <[email protected]> | 2012-09-30 22:45:39 -0700 |
|---|---|---|
| committer | Mark Otto <[email protected]> | 2012-09-30 22:45:39 -0700 |
| commit | bbd543db53cd8c5d295db67af2bc2517d5c11f1c (patch) | |
| tree | 15b9e94bfb14becdb0fb24e95436816fe7ff6606 /docs/index.html | |
| parent | ad96435d27de7661a158552ad088fd800fe66fe9 (diff) | |
| parent | da43c7c27cb08a76775ad64b5caa210630d0c2cd (diff) | |
| download | bootstrap-bbd543db53cd8c5d295db67af2bc2517d5c11f1c.tar.xz bootstrap-bbd543db53cd8c5d295db67af2bc2517d5c11f1c.zip | |
Merge branch '2.1.2-wip' into exploratory
Conflicts:
docs/getting-started.html
docs/templates/pages/getting-started.mustache
Diffstat (limited to 'docs/index.html')
| -rw-r--r-- | docs/index.html | 19 |
1 files changed, 15 insertions, 4 deletions
diff --git a/docs/index.html b/docs/index.html index 64cfbae1f..bba88b3be 100644 --- a/docs/index.html +++ b/docs/index.html @@ -71,11 +71,22 @@ <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="./getting-started.html#examples" >Examples</a> + </li> + <li> + <a href="./extend.html" >Extend</a> + </li> + <li> + Version 2.1.2 + </li> </ul> </div> </div> |
