diff options
| author | Mark Otto <[email protected]> | 2011-06-28 11:56:49 -0700 |
|---|---|---|
| committer | Mark Otto <[email protected]> | 2011-06-28 11:56:49 -0700 |
| commit | 9660f6f18d610ee4b03c0e3bf2823393fc66640b (patch) | |
| tree | 281e07e2dc2e4b397df48534e3ceb7e0b547d819 /docs | |
| parent | 80abe21189992f165ff8c7091743bda727adfedd (diff) | |
| download | bootstrap-9660f6f18d610ee4b03c0e3bf2823393fc66640b.tar.xz bootstrap-9660f6f18d610ee4b03c0e3bf2823393fc66640b.zip | |
new buttons, new modal updates around spacing and placeholder content
Diffstat (limited to 'docs')
| -rw-r--r-- | docs/assets/css/docs.css | 15 | ||||
| -rw-r--r-- | docs/index.html | 7 |
2 files changed, 6 insertions, 16 deletions
diff --git a/docs/assets/css/docs.css b/docs/assets/css/docs.css index 292a6e8de..9c61dfb02 100644 --- a/docs/assets/css/docs.css +++ b/docs/assets/css/docs.css @@ -7,22 +7,9 @@ /* Body and structure -------------------------------------------------- */ body { - background-color: #ffffff; - background-repeat: no-repeat; - background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#eeeeee), color-stop(0.15, #ffffff), to(#ffffff)); - background-image: -webkit-linear-gradient(#eeeeee, color-stop(0.15, #ffffff), #ffffff); - background-image: -moz-linear-gradient(#eeeeee, color-stop(#ffffff, 0.15), #ffffff); - background-attachment: fixed; - background-position: 0 40px; + background-color: #fff; position: relative; } -header, -section, -footer, -article, -aside { - display: block; -} section { padding-top: 80px; margin-bottom: -40px; 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">×</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> |
