0
0
mirror of https://github.com/twbs/bootstrap.git synced 2025-01-17 09:52:29 +01:00

simplify example css

This commit is contained in:
Mark Otto 2014-07-10 00:31:09 -07:00
parent 4d0fb6c3e3
commit 7cfaf2f29e

View File

@ -909,23 +909,10 @@ body {
// Tweak content of examples for optimum awesome // Tweak content of examples for optimum awesome
.bs-example > *:last-child, .bs-example > *:last-child,
.bs-example > p:last-child,
.bs-example > ul:last-child,
.bs-example > ol:last-child,
.bs-example > blockquote:last-child,
.bs-example > .form-control:last-child,
.bs-example > .table:last-child,
.bs-example > .navbar:last-child,
.bs-example > .jumbotron:last-child,
.bs-example > .alert:last-child,
.bs-example > .panel:last-child,
.bs-example > .list-group:last-child,
.bs-example > .well:last-child,
.bs-example > .progress:last-child,
.bs-example > .table-responsive:last-child > .table { .bs-example > .table-responsive:last-child > .table {
margin-bottom: 0 !important; margin-bottom: 0 !important;
} }
.bs-example > p > .close { .bs-example > .close {
float: none; float: none;
} }