From 09edfcf8c2525cb9ff397d48d8b6c9990ede30aa Mon Sep 17 00:00:00 2001 From: Mark Otto Date: Mon, 29 Jul 2013 17:23:08 -0700 Subject: fixes #8670: move list group bg color to individual items for mo betta rendering --- less/list-group.less | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'less') diff --git a/less/list-group.less b/less/list-group.less index ad6ac96ad..c0eb5f75a 100644 --- a/less/list-group.less +++ b/less/list-group.less @@ -9,7 +9,6 @@ // No need to set list-style: none; since .list-group-item is block level margin-bottom: 20px; padding-left: 0; // reset padding because ul and ol - background-color: @list-group-bg; } // Individual list items @@ -21,6 +20,7 @@ padding: 10px 30px 10px 15px; // Place the border on the list items and negative margin up for better styling margin-bottom: -1px; + background-color: @list-group-bg; border: 1px solid @list-group-border; // Round the first and last items -- cgit v1.2.3