]> git.ipfire.org Git - thirdparty/bootstrap.git/commitdiff
simplify example css
authorMark Otto <otto@github.com>
Thu, 10 Jul 2014 07:31:09 +0000 (00:31 -0700)
committerMark Otto <otto@github.com>
Thu, 10 Jul 2014 07:31:09 +0000 (00:31 -0700)
docs/assets/less/docs.less

index e9d41b18313254229a92b6c63521d767dc172765..7ca6d1597ce98e3fbc3fbbc7777de0900c859c79 100644 (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;
 }