1
0
mirror of https://github.com/twbs/bootstrap.git synced 2025-08-12 08:34:08 +02:00

added suggested fix for list-groups with a elements

This commit is contained in:
gijsbotje
2017-08-16 20:14:56 +02:00
committed by Mark Otto
parent 2ba0127c91
commit bb32e91154

View File

@@ -57,7 +57,8 @@
} }
} }
.card-header + .list-group > li:first-child { .card-header + .list-group > li:first-child,
.card-header + .list-group > a:first-child {
border: 0; border: 0;
} }
} }