diff options
| author | Mark Otto <[email protected]> | 2011-12-27 15:40:58 -0600 |
|---|---|---|
| committer | Mark Otto <[email protected]> | 2011-12-27 15:40:58 -0600 |
| commit | fec02f50455c87f0e01fe74b1fb2e3cd032ade09 (patch) | |
| tree | 2b6a88aba4e36698eda3b98ee183bdeb6f68b2f5 /docs/components.html | |
| parent | 5801c4d766205c6f1579b9c45e733df5dba3b1fe (diff) | |
| download | bootstrap-fec02f50455c87f0e01fe74b1fb2e3cd032ade09.tar.xz bootstrap-fec02f50455c87f0e01fe74b1fb2e3cd032ade09.zip | |
clean up some css for github issues: input prepend z-index, modals revamped for responsive
Diffstat (limited to 'docs/components.html')
| -rw-r--r-- | docs/components.html | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/components.html b/docs/components.html index c6a349ff4..fbfa9fb31 100644 --- a/docs/components.html +++ b/docs/components.html @@ -716,7 +716,7 @@ <p><a class="btn js-btn" href="./javascript.html#modal">Get the javascript »</a></p> </div> <div class="span9"> - <div class="well" style="background-color: #888; border: none; padding: 40px;"> + <div class="well" style="background-color: #888; border: none; "> <!-- Modal --> <div class="modal" style="position: relative; top: auto; left: auto; margin: 0 auto; z-index: 1"> <div class="modal-header"> |
