2
0
mirror of https://github.com/tenrok/bootstrap.git synced 2026-05-21 13:24:08 +03: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
+1
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;