diff options
Diffstat (limited to 'docs/base-css.html')
| -rw-r--r-- | docs/base-css.html | 15 |
1 files changed, 9 insertions, 6 deletions
diff --git a/docs/base-css.html b/docs/base-css.html index b79d5295a..b829dc3ae 100644 --- a/docs/base-css.html +++ b/docs/base-css.html @@ -1671,10 +1671,14 @@ For example, <code>section</code> should be wrapped as inline. </div> </div> + </div> + - <!-- Footer - ================================================== --> - <footer class="footer"> + + <!-- Footer + ================================================== --> + <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> @@ -1684,9 +1688,8 @@ For example, <code>section</code> should be wrapped as inline. <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> - </footer> - - </div> + </div> + </footer> |
