diff options
| author | Mark Otto <[email protected]> | 2012-06-10 15:12:02 -0700 |
|---|---|---|
| committer | Mark Otto <[email protected]> | 2012-06-10 15:12:02 -0700 |
| commit | f2e39233f54a733df54d5d998abd79233e0f143f (patch) | |
| tree | 3110f3797af72649b1e5e86ed8b9cef162b7571e /docs/assets/css/docs.css | |
| parent | 4a907709ba38767b118c1a880dadfb58df8ae1d6 (diff) | |
| download | bootstrap-f2e39233f54a733df54d5d998abd79233e0f143f.tar.xz bootstrap-f2e39233f54a733df54d5d998abd79233e0f143f.zip | |
rewrite alerts and progress bars sections
Diffstat (limited to 'docs/assets/css/docs.css')
| -rw-r--r-- | docs/assets/css/docs.css | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/docs/assets/css/docs.css b/docs/assets/css/docs.css index 4c7a7ddab..4d65f6b04 100644 --- a/docs/assets/css/docs.css +++ b/docs/assets/css/docs.css @@ -739,7 +739,10 @@ form.well { .bs-docs-example p:last-child { margin-bottom: 0; } -.bs-docs-example .table { +.bs-docs-example .table, +.bs-docs-example .progress, +.bs-docs-example .well, +.bs-docs-example .alert { margin-bottom: 5px; } form.bs-docs-example { |
