diff options
| author | Mark Otto <[email protected]> | 2012-07-19 21:06:42 -0700 |
|---|---|---|
| committer | Mark Otto <[email protected]> | 2012-07-19 21:06:42 -0700 |
| commit | 89d7ec5290912ddd762f743f450b58b865afc6c3 (patch) | |
| tree | ab8b5001bdee9df4f8c9144315459a52dca5b69a /less/tests/css-tests.html | |
| parent | 6c23fff4d6d06953ae9804a4146cdc3fe2dd5a2e (diff) | |
| download | bootstrap-89d7ec5290912ddd762f743f450b58b865afc6c3.tar.xz bootstrap-89d7ec5290912ddd762f743f450b58b865afc6c3.zip | |
fixes #4102: properly round top left corners of .table-border with caption/colgroup; also fix css tests page layout and footer
Diffstat (limited to 'less/tests/css-tests.html')
| -rw-r--r-- | less/tests/css-tests.html | 24 |
1 files changed, 13 insertions, 11 deletions
diff --git a/less/tests/css-tests.html b/less/tests/css-tests.html index fd687ac3a..527e96616 100644 --- a/less/tests/css-tests.html +++ b/less/tests/css-tests.html @@ -42,17 +42,19 @@ </div> </div> - <div class="container"> - <!-- Masthead ================================================== --> <header class="jumbotron subhead" id="overview"> - <h1>CSS Tests</h1> - <p class="lead">One stop shop for quick debugging and edge-case tests of CSS.</p> + <div class="container"> + <h1>CSS Tests</h1> + <p class="lead">One stop shop for quick debugging and edge-case tests of CSS.</p> + </div> </header> +<div class="container"> + <!-- Typography @@ -1061,14 +1063,14 @@ ================================================== --> <footer class="footer"> <div class="container"> - <p class="pull-right"><a href="#">{{_i}}Back to top{{/i}}</a></p> - <p>{{_i}}Designed and built with all the love in the world <a href="http://twitter.com/twitter" target="_blank">@twitter</a> by <a href="http://twitter.com/mdo" target="_blank">@mdo</a> and <a href="http://twitter.com/fat" target="_blank">@fat</a>.{{/i}}</p> - <p>{{_i}}Code licensed under the <a href="http://www.apache.org/licenses/LICENSE-2.0" target="_blank">Apache License v2.0</a>. Documentation licensed under <a href="http://creativecommons.org/licenses/by/3.0/">CC BY 3.0</a>.{{/i}}</p> - <p>{{_i}}Icons from <a href="http://glyphicons.com">Glyphicons Free</a>, licensed under <a href="http://creativecommons.org/licenses/by/3.0/">CC BY 3.0</a>.{{/i}}</p> + <p class="pull-right"><a href="#">Back to top</a></p> + <p>Designed and built with all the love in the world <a href="http://twitter.com/twitter" target="_blank">@twitter</a> by <a href="http://twitter.com/mdo" target="_blank">@mdo</a> and <a href="http://twitter.com/fat" target="_blank">@fat</a>.</p> + <p>Code licensed under the <a href="http://www.apache.org/licenses/LICENSE-2.0" target="_blank">Apache License v2.0</a>. Documentation licensed under <a href="http://creativecommons.org/licenses/by/3.0/">CC BY 3.0</a>.</p> + <p>Icons from <a href="http://glyphicons.com">Glyphicons Free</a>, licensed under <a href="http://creativecommons.org/licenses/by/3.0/">CC BY 3.0</a>.</p> <ul class="footer-links"> - <li><a href="http://blog.getbootstrap.com">{{_i}}Read the blog{{/i}}</a></li> - <li><a href="https://github.com/twitter/bootstrap/issues?state=open">{{_i}}Submit issues{{/i}}</a></li> - <li><a href="https://github.com/twitter/bootstrap/wiki">{{_i}}Roadmap and changelog{{/i}}</a></li> + <li><a href="http://blog.getbootstrap.com">Read the blog</a></li> + <li><a href="https://github.com/twitter/bootstrap/issues?state=open">Submit issues</a></li> + <li><a href="https://github.com/twitter/bootstrap/wiki">Roadmap and changelog</a></li> </ul> </div> </footer> |
