2
0
mirror of https://github.com/tenrok/bootstrap.git synced 2026-05-18 12:39:41 +03:00

simplify example css

This commit is contained in:
Mark Otto
2014-07-10 00:31:09 -07:00
parent 4d0fb6c3e3
commit 7cfaf2f29e
+1 -14
View File
@@ -909,23 +909,10 @@ body {
// Tweak content of examples for optimum awesome
.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 {
margin-bottom: 0 !important;
}
.bs-example > p > .close {
.bs-example > .close {
float: none;
}