]> git.ipfire.org Git - thirdparty/bootstrap.git/commitdiff
simpler, more specific docs example css
authorMark Otto <markdotto@gmail.com>
Sat, 6 Feb 2016 09:47:40 +0000 (01:47 -0800)
committerMark Otto <markdotto@gmail.com>
Sat, 6 Feb 2016 09:47:40 +0000 (01:47 -0800)
docs/assets/scss/_component-examples.scss

index 093d29b6490324d7a3d5eb1ffc5e2c852f61e30c..79067275c1475a7d6ba8dd92bb5a4099c9fe5709 100644 (file)
@@ -15,7 +15,9 @@
     }
   }
 
-  [class*="flex-items-"] {
+  .flex-items-xs-top,
+  .flex-items-xs-middle,
+  .flex-items-xs-bottom {
     min-height: 6rem;
     background-color: rgba(255,0,0,.1);
   }