2
0
mirror of https://github.com/tenrok/bootstrap.git synced 2026-05-15 11:59:39 +03:00

Merge pull request #20873 from twbs/flush-list-group

Reset the left and right border on list items for flush list groups
This commit is contained in:
Mark Otto
2016-10-09 16:58:01 -07:00
committed by GitHub
+2
View File
@@ -70,6 +70,8 @@
.list-group-flush {
.list-group-item {
border-right: 0;
border-left: 0;
border-radius: 0;
}
}