diff options
| author | Mark Otto <[email protected]> | 2013-08-15 13:06:01 -0700 |
|---|---|---|
| committer | Mark Otto <[email protected]> | 2013-08-15 13:06:01 -0700 |
| commit | 4da7cad021eb42784faf1fca0d5c51342f196f32 (patch) | |
| tree | a1ae7c7fc0cf4902588cd923a81ea3468f46240f /assets/css/docs.css | |
| parent | 8211b12c0fcb5890305a3768b769cbe754c8b1b8 (diff) | |
| download | bootstrap-4da7cad021eb42784faf1fca0d5c51342f196f32.tar.xz bootstrap-4da7cad021eb42784faf1fca0d5c51342f196f32.zip | |
reorder and cleanup progress bar display
Diffstat (limited to 'assets/css/docs.css')
| -rw-r--r-- | assets/css/docs.css | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/assets/css/docs.css b/assets/css/docs.css index 7f8cdba38..ca6c72630 100644 --- a/assets/css/docs.css +++ b/assets/css/docs.css @@ -408,7 +408,8 @@ body { .bs-example > .alert:last-child, .bs-example > .panel:last-child, .bs-example > .list-group:last-child, -.bs-example > .well:last-child { +.bs-example > .well:last-child, +.bs-example > .progress:last-child { margin-bottom: 0; } .bs-example > p > .close { |
