diff options
| author | Mark Otto <[email protected]> | 2012-07-12 17:02:55 -0700 |
|---|---|---|
| committer | Mark Otto <[email protected]> | 2012-07-12 17:02:55 -0700 |
| commit | 549d61fc289cb9efe5f8959e706e170b080663ba (patch) | |
| tree | ba7273f68e2aa92cb1a80a3e72096d9533a4691c /less/tests | |
| parent | 7d324ee35b96a7d177bd301e2f11fe442713a1f6 (diff) | |
| download | bootstrap-549d61fc289cb9efe5f8959e706e170b080663ba.tar.xz bootstrap-549d61fc289cb9efe5f8959e706e170b080663ba.zip | |
updated footer
Diffstat (limited to 'less/tests')
| -rw-r--r-- | less/tests/css-tests.html | 26 |
1 files changed, 17 insertions, 9 deletions
diff --git a/less/tests/css-tests.html b/less/tests/css-tests.html index 341c80264..6cc48a608 100644 --- a/less/tests/css-tests.html +++ b/less/tests/css-tests.html @@ -1054,17 +1054,25 @@ + </div><!-- /container --> - <!-- Footer - ================================================== --> - <footer class="footer"> - <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> - </footer> - </div><!-- /container --> + + <!-- Footer + ================================================== --> + <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> + <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> + </ul> + </div> + </footer> |
