From: FLOKER Date: Sun, 16 Jun 2013 20:18:46 +0000 (+0200) Subject: redundant lines removed X-Git-Tag: v3.0.0-rc1~276^2 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=125e472d6f989a029c6def1c39afee1a21b2e41e;p=thirdparty%2Fbootstrap.git redundant lines removed --- diff --git a/docs/assets/css/bootstrap.css b/docs/assets/css/bootstrap.css index 4b1a683f49..9d19d3c814 100644 --- a/docs/assets/css/bootstrap.css +++ b/docs/assets/css/bootstrap.css @@ -3000,10 +3000,6 @@ a.list-group-item.active .list-group-item-text { margin-right: -15px; } -.list-group-item > .glyphicon-chevron-right { - margin-right: -15px; -} - .list-group-item > .glyphicon + .badge { margin-right: 5px; } diff --git a/less/list-group.less b/less/list-group.less index 41b45f484a..d812cc5f94 100644 --- a/less/list-group.less +++ b/less/list-group.less @@ -88,9 +88,6 @@ a.list-group-item.active { float: right; margin-right: -15px; } -.list-group-item > .glyphicon-chevron-right { - margin-right: -15px; -} .list-group-item > .glyphicon + .badge { margin-right: 5px; }