diff options
| author | Mark Otto <[email protected]> | 2012-10-02 17:01:18 -0700 |
|---|---|---|
| committer | Mark Otto <[email protected]> | 2012-10-02 17:01:18 -0700 |
| commit | e73cd15fc8eaa80ab7913d51a23a8e61c0e1bb30 (patch) | |
| tree | ef36c9da1555e294326c72d6a440d173fe683453 /docs/components.html | |
| parent | 630a88d3ce0dde6365e224d84353d3cf24defc18 (diff) | |
| download | bootstrap-e73cd15fc8eaa80ab7913d51a23a8e61c0e1bb30.tar.xz bootstrap-e73cd15fc8eaa80ab7913d51a23a8e61c0e1bb30.zip | |
copy and style changes to improve docs rendering on mobile devices
Diffstat (limited to 'docs/components.html')
| -rw-r--r-- | docs/components.html | 12 |
1 files changed, 7 insertions, 5 deletions
diff --git a/docs/components.html b/docs/components.html index 69089635d..c56364eaa 100644 --- a/docs/components.html +++ b/docs/components.html @@ -2559,12 +2559,14 @@ class="clearfix" <footer class="footer"> <div class="container"> <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>Designed and built with all the love in the world 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 <a href="http://www.apache.org/licenses/LICENSE-2.0" target="_blank">Apache License v2.0</a>, documentation under <a href="http://creativecommons.org/licenses/by/3.0/">CC BY 3.0</a>.</p> + <p><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">Read the blog</a></li> - <li><a href="https://github.com/twitter/bootstrap/issues?state=open">Submit issues</a></li> + <li><a href="http://blog.getbootstrap.com">Blog</a></li> + <li class="muted">·</li> + <li><a href="https://github.com/twitter/bootstrap/issues?state=open">Issues</a></li> + <li class="muted">·</li> <li><a href="https://github.com/twitter/bootstrap/wiki">Roadmap and changelog</a></li> </ul> </div> |
