From 98b7c401514608bb619d278e7f62744f689c2edd Mon Sep 17 00:00:00 2001 From: simonbrandhof Date: Thu, 9 Dec 2010 13:15:49 +0000 Subject: [PATCH] CSS: fix class ul.bullet --- sonar-server/src/main/webapp/stylesheets/style.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/sonar-server/src/main/webapp/stylesheets/style.css b/sonar-server/src/main/webapp/stylesheets/style.css index 1461b3a8210..c63c1a72527 100644 --- a/sonar-server/src/main/webapp/stylesheets/style.css +++ b/sonar-server/src/main/webapp/stylesheets/style.css @@ -995,12 +995,12 @@ html>body .scrollable { } ul.bullet { - list-style-image: url("../images/bullet.png"); margin: 3px 0 3px 25px; } ul.bullet li { padding: 2px 0; + list-style-image: url("../images/bullet.png"); } .rule_title { -- 2.39.5