diff options
| author | Mark Otto <[email protected]> | 2013-01-16 15:16:04 -0800 |
|---|---|---|
| committer | Mark Otto <[email protected]> | 2013-01-16 15:16:04 -0800 |
| commit | baa8c3ec9eeefcc1644aa7d0cf58b4cc3337b003 (patch) | |
| tree | dbcbdbed627af7ab88e693d304540ca9e37e0909 /docs/assets/css/docs.css | |
| parent | 0b81dd217f88f21f1c9e7d4cd7a17f71c5dd6f49 (diff) | |
| download | bootstrap-baa8c3ec9eeefcc1644aa7d0cf58b4cc3337b003.tar.xz bootstrap-baa8c3ec9eeefcc1644aa7d0cf58b4cc3337b003.zip | |
restore alerts, and make them suck much less
Diffstat (limited to 'docs/assets/css/docs.css')
| -rw-r--r-- | docs/assets/css/docs.css | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/docs/assets/css/docs.css b/docs/assets/css/docs.css index 96bf2a8dc..38fd87a44 100644 --- a/docs/assets/css/docs.css +++ b/docs/assets/css/docs.css @@ -264,7 +264,8 @@ section > ul li { .bs-docs-example > select:last-child, .bs-docs-example > textarea:last-child, .bs-docs-example > .table:last-child, -.bs-docs-example > .jumbotron:last-child { +.bs-docs-example > .jumbotron:last-child, +.bs-docs-example > .alert:last-child { margin-bottom: 0; } |
