mirror of
https://github.com/twbs/bootstrap.git
synced 2025-08-16 10:34:07 +02:00
adding attribution in footer, link up names, clean up button styles
This commit is contained in:
@@ -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
|
||||
-------------------------------------------------- */
|
||||
|
@@ -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>
|
||||
</html>
|
||||
|
Reference in New Issue
Block a user