]> source.dussan.org Git - sonarqube.git/commitdiff
CSS: fix class ul.bullet
authorsimonbrandhof <simon.brandhof@gmail.com>
Thu, 9 Dec 2010 13:15:49 +0000 (13:15 +0000)
committersimonbrandhof <simon.brandhof@gmail.com>
Thu, 9 Dec 2010 13:15:49 +0000 (13:15 +0000)
sonar-server/src/main/webapp/stylesheets/style.css

index 1461b3a8210b3b2cfc5ba6c4854b5bbca407a8c5..c63c1a7252795b945eeb81f7c85892fdb21cbcd2 100644 (file)
@@ -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 {