mirror of
https://github.com/twbs/bootstrap.git
synced 2022-11-09 12:25:43 -05:00
fix footer text
This commit is contained in:
parent
015d2501b4
commit
4c2614841e
2 changed files with 3 additions and 2 deletions
3
bootstrap-1.0.0.css
vendored
3
bootstrap-1.0.0.css
vendored
|
@ -1,4 +1,4 @@
|
|||
/*
|
||||
/*!
|
||||
* Bootstrap v1.0.0
|
||||
*
|
||||
* Copyright 2011 Twitter, Inc
|
||||
|
@ -6,6 +6,7 @@
|
|||
* http://www.apache.org/licenses/LICENSE-2.0
|
||||
*
|
||||
* Designed and built with all the love in the world @twitter by @mdo and @fat.
|
||||
* Date: {{ date }}
|
||||
*/
|
||||
/*
|
||||
* Reset.less
|
||||
|
|
|
@ -1252,7 +1252,7 @@
|
|||
<p class="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>.<br />
|
||||
Open-sourced under the <a href="http://www.apache.org/licenses/LICENSE-2.0" target="_blank">Apache License v2.0</a>.
|
||||
Licensed under the <a href="http://www.apache.org/licenses/LICENSE-2.0" target="_blank">Apache License v2.0</a>.
|
||||
</p>
|
||||
</div>
|
||||
</div>
|
||||
|
|
Loading…
Reference in a new issue