diff options
| author | Mark Otto <[email protected]> | 2012-06-04 23:31:26 -0700 |
|---|---|---|
| committer | Mark Otto <[email protected]> | 2012-06-04 23:31:26 -0700 |
| commit | 446f9199c60f3781c653cf39847ef881a4e197d4 (patch) | |
| tree | d12e2a05529ac7f7b98677670dbf65caa5764734 /docs/base-css.html | |
| parent | f0ff20ec40435bfffc36b11e0cdf32eae5adc6be (diff) | |
| download | bootstrap-446f9199c60f3781c653cf39847ef881a4e197d4.tar.xz bootstrap-446f9199c60f3781c653cf39847ef881a4e197d4.zip | |
updated index page and footer
Diffstat (limited to 'docs/base-css.html')
| -rw-r--r-- | docs/base-css.html | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/base-css.html b/docs/base-css.html index e0ecc0b04..2afc8b528 100644 --- a/docs/base-css.html +++ b/docs/base-css.html @@ -1592,10 +1592,10 @@ For example, <code>section</code> should be wrapped as inline. <!-- 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> + <p><a href="#">Back to top</a></p> </footer> </div><!-- /container --> |
