diff options
| author | Mark Otto <[email protected]> | 2011-06-30 11:13:53 -0700 |
|---|---|---|
| committer | Mark Otto <[email protected]> | 2011-06-30 11:13:53 -0700 |
| commit | 4c2614841e0f1bedbd5b56a7ee2f704276fb32a4 (patch) | |
| tree | ac9ace1959d3b3651f1d3b38145947b3c6198369 | |
| parent | 015d2501b403fea18be5be1182717b721385e7d6 (diff) | |
| download | bootstrap-4c2614841e0f1bedbd5b56a7ee2f704276fb32a4.tar.xz bootstrap-4c2614841e0f1bedbd5b56a7ee2f704276fb32a4.zip | |
fix footer text
| -rw-r--r-- | bootstrap-1.0.0.css | 3 | ||||
| -rw-r--r-- | docs/index.html | 2 |
2 files changed, 3 insertions, 2 deletions
diff --git a/bootstrap-1.0.0.css b/bootstrap-1.0.0.css index 5df12c2ec..a49aa6071 100644 --- a/bootstrap-1.0.0.css +++ b/bootstrap-1.0.0.css @@ -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 diff --git a/docs/index.html b/docs/index.html index f5f3acf87..b4c81bb0e 100644 --- a/docs/index.html +++ b/docs/index.html @@ -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> |
