Commit 7cfaf2f2 authored by Mark Otto's avatar Mark Otto
Browse files

simplify example css

parent 4d0fb6c3
Showing with 1 addition and 14 deletions
+1 -14
...@@ -909,23 +909,10 @@ body { ...@@ -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;
} }
......
Supports Markdown
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment