aboutsummaryrefslogtreecommitdiff
path: root/docs
diff options
context:
space:
mode:
Diffstat (limited to 'docs')
-rw-r--r--docs/assets/css/docs.css5
-rw-r--r--docs/index.html11
2 files changed, 12 insertions, 4 deletions
diff --git a/docs/assets/css/docs.css b/docs/assets/css/docs.css
index 6f96d166e..76473c952 100644
--- a/docs/assets/css/docs.css
+++ b/docs/assets/css/docs.css
@@ -90,6 +90,11 @@ section {
}
#footer p {
margin-bottom: 0;
+ color: rgba(255,255,255,.8)
+}
+#footer p a {
+ color: #fff;
+ font-weight: bold;
}
/* Special grid styles
-------------------------------------------------- */
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&mdash;dialogs or lightboxes&mdash;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">&times;</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>