diff options
| author | Mark Otto <[email protected]> | 2011-06-28 15:31:05 -0700 |
|---|---|---|
| committer | Mark Otto <[email protected]> | 2011-06-28 15:31:05 -0700 |
| commit | b11784fec036e09e523df4a96b571071af88446a (patch) | |
| tree | e16cff6e22aae89f88d2525037b92154e5d02335 /docs/index.html | |
| parent | a92aeda6a11e9d40300bad48766e0f3b5f9d9397 (diff) | |
| download | bootstrap-b11784fec036e09e523df4a96b571071af88446a.tar.xz bootstrap-b11784fec036e09e523df4a96b571071af88446a.zip | |
adding attribution in footer, link up names, clean up button styles
Diffstat (limited to 'docs/index.html')
| -rw-r--r-- | docs/index.html | 11 |
1 files changed, 7 insertions, 4 deletions
diff --git a/docs/index.html b/docs/index.html index d82d56b82..2ff2ac0ae 100644 --- a/docs/index.html +++ b/docs/index.html @@ -1187,14 +1187,14 @@ <p>Modals—dialogs or lightboxes—are great for contextual actions in situations where it's important that the background context be maintained.</p> </div> <div class="span12 columns"> - <div class="modal-backdrop" style="position:relative; min-height:200px; padding:40px; border-radius: 6px; -moz-border-radius: 6px; -webkit-border-radius: 6px; z-index: 1"> + <div class="well" style="background-color: rgba(0,0,0,0.5); border: none; padding: 40px;"> <div class="modal" style="position: relative; top: auto; left: auto; margin: 0 auto; z-index: 1"> <div class="modal-header"> <h3>Add new Tweet</h3> <a href="#" class="close">×</a> </div> <div class="modal-body"> - <p>One fine body..</p> + <p>One fine body...</p> </div> <div class="modal-footer"> <a href="" class="btn primary">Primary</a> @@ -1212,10 +1212,13 @@ <div id="footer"> <div class="inner"> <div class="container"> - <p>Open-sourced by Twitter, like a boss.</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 /> + Open-sourced under the <a href="http://www.apache.org/licenses/LICENSE-2.0" target="_blank">Apache License v2.0</a>. + </p> </div> </div> </div> </body> -</html>
\ No newline at end of file +</html> |
