0
0
mirror of https://github.com/twbs/bootstrap.git synced 2024-12-01 13:24:25 +01:00

fixes #18170, make cards block level by default so anchors can be used as base element

This commit is contained in:
Mark Otto 2015-11-14 21:40:17 -08:00
parent 36b33bd145
commit 0e77265c00

View File

@ -4,6 +4,7 @@
.card {
position: relative;
display: block;
margin-bottom: $card-spacer-y;
background-color: $card-bg;
border: $card-border-width solid $card-border-color;