aboutsummaryrefslogtreecommitdiff
path: root/docs/index.html
diff options
context:
space:
mode:
authorMark Otto <[email protected]>2011-06-28 11:56:49 -0700
committerMark Otto <[email protected]>2011-06-28 11:56:49 -0700
commit9660f6f18d610ee4b03c0e3bf2823393fc66640b (patch)
tree281e07e2dc2e4b397df48534e3ceb7e0b547d819 /docs/index.html
parent80abe21189992f165ff8c7091743bda727adfedd (diff)
downloadbootstrap-9660f6f18d610ee4b03c0e3bf2823393fc66640b.tar.xz
bootstrap-9660f6f18d610ee4b03c0e3bf2823393fc66640b.zip
new buttons, new modal updates around spacing and placeholder content
Diffstat (limited to 'docs/index.html')
-rw-r--r--docs/index.html7
1 files changed, 5 insertions, 2 deletions
diff --git a/docs/index.html b/docs/index.html
index c8444a89c..c22c305af 100644
--- a/docs/index.html
+++ b/docs/index.html
@@ -1189,14 +1189,17 @@
</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="modal" style="position:relative; top: auto; left: auto; margin: 0 auto; width:565px; height: 265px; z-index: 1">
+ <div class="modal" style="position: relative; top: auto; left: auto; margin: 0 auto; z-index: 1">
<div class="modal-header">
- <h2>Add new Tweet</h2>
+ <h3>Add new Tweet</h3>
<a href="#" class="close">&times;</a>
</div>
<div class="modal-body">
+ <p>One fine body..</p>
</div>
<div class="modal-footer">
+ <a href="" class="btn primary">Primary</a>
+ <a href="" class="btn secondary">Secondary</a>
</div>
</div>
</div>