]> git.ipfire.org Git - thirdparty/bootstrap.git/commitdiff
change card styles in docs examples to use just a max-width for now
authorMark Otto <markdotto@gmail.com>
Thu, 28 May 2015 21:08:11 +0000 (14:08 -0700)
committerMark Otto <markdotto@gmail.com>
Thu, 28 May 2015 21:08:11 +0000 (14:08 -0700)
docs/assets/scss/_component-examples.scss

index e226b88b0a93b7ab06700175048218d031bf5178..ab30b4c6e3efbc7bccc00f2b1e549281e5d64f1b 100644 (file)
   }
 
   // Card examples should be horizontal
-  // > .card {
-  //   float: left;
-  //   max-width: 15rem;
-  //   margin: .25rem;
-  // }
+  > .card {
+    max-width: 20rem;
+  }
 
   > .nav + .nav,
   > .alert + .alert,