diff options
| author | Mark Otto <[email protected]> | 2011-06-30 11:13:00 -0700 |
|---|---|---|
| committer | Mark Otto <[email protected]> | 2011-06-30 11:13:00 -0700 |
| commit | b57221e4cafd60d18e9a8cd5b2105f561656c2cf (patch) | |
| tree | 0354493ed287af459cf7f15d44a4ea6646ea0e99 /docs | |
| parent | 588b2da937dd5c34766863fba3a9daaf2276d900 (diff) | |
| download | bootstrap-b57221e4cafd60d18e9a8cd5b2105f561656c2cf.tar.xz bootstrap-b57221e4cafd60d18e9a8cd5b2105f561656c2cf.zip | |
attempts to resolve bad chrome position fixed bug
Diffstat (limited to 'docs')
| -rw-r--r-- | docs/index.html | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/docs/index.html b/docs/index.html index aab4ae490..f5f3acf87 100644 --- a/docs/index.html +++ b/docs/index.html @@ -19,7 +19,7 @@ <body> - <div class="topbar"> + <div class="topbar" style="z-index: 1000;"> <div class="container fixed"> <h3><a class="logo" href="#"> <img src="assets/img/twitter-logo-no-bird.png" alt="Twitter" /> <span>bootstrap</span> @@ -1251,7 +1251,7 @@ <div class="container"> <p class="right"><a href="#">Back to top</a></p> <p> - Designed and built <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>, like bosses.<br /> + 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>. </p> </div> |
