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 | |
| 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')
| -rw-r--r-- | docs/base-css.html | 2 | ||||
| -rw-r--r-- | docs/components.html | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/docs/base-css.html b/docs/base-css.html index dad42381d..99fb9bd1a 100644 --- a/docs/base-css.html +++ b/docs/base-css.html @@ -894,7 +894,7 @@ Form states <span class="add-on">@</span> <input class="input-small" id="prependedInput" name="prependedInput" size="16" type="text"> </div> - <span class="help-block">Here's some help text</span> + <p class="help-block">Here's some help text</p> </div> </fieldset> <fieldset class="control-group"> 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"> |
