diff options
| author | vsn4ik <[email protected]> | 2017-10-03 00:38:47 +0300 |
|---|---|---|
| committer | Mark Otto <[email protected]> | 2017-10-02 18:55:05 -0700 |
| commit | b2cadc233e2df038771849fd2afe60af07f93aa1 (patch) | |
| tree | 8036cd4f83f9b7b54d234654cf284d17fb38dd7a | |
| parent | d0fa826ac3d81f9170176c71f6c887e2b4d40f25 (diff) | |
| download | bootstrap-b2cadc233e2df038771849fd2afe60af07f93aa1.tar.xz bootstrap-b2cadc233e2df038771849fd2afe60af07f93aa1.zip | |
Remove duplicated code in .card-header
| -rw-r--r-- | scss/_card.scss | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/scss/_card.scss b/scss/_card.scss index 26b7a150c..295d6afcf 100644 --- a/scss/_card.scss +++ b/scss/_card.scss @@ -61,10 +61,6 @@ @include border-bottom-radius($card-border-radius); } } - - .card-header + .list-group > .list-group-item:first-child { - border-top: 0; - } } |
