0
0
mirror of https://github.com/twbs/bootstrap.git synced 2025-01-17 09:52:29 +01:00

Remove duplicated code in .card-header

This commit is contained in:
vsn4ik 2017-10-03 00:38:47 +03:00 committed by Mark Otto
parent d0fa826ac3
commit b2cadc233e

View File

@ -61,10 +61,6 @@
@include border-bottom-radius($card-border-radius); @include border-bottom-radius($card-border-radius);
} }
} }
.card-header + .list-group > .list-group-item:first-child {
border-top: 0;
}
} }