1
0
mirror of https://github.com/twbs/bootstrap.git synced 2025-08-13 17:14:04 +02: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);
}
}
.card-header + .list-group > .list-group-item:first-child {
border-top: 0;
}
}