aboutsummaryrefslogtreecommitdiffstats
path: root/sonar-server
diff options
context:
space:
mode:
authorsimonbrandhof <simon.brandhof@gmail.com>2010-12-09 13:15:49 +0000
committersimonbrandhof <simon.brandhof@gmail.com>2010-12-09 13:15:49 +0000
commit98b7c401514608bb619d278e7f62744f689c2edd (patch)
tree65c9ca0215ff4390e4d2cf58005c22c262dfbbf2 /sonar-server
parent397b184d00285f4b265a0f9c15be3ea412c59f88 (diff)
downloadsonarqube-98b7c401514608bb619d278e7f62744f689c2edd.tar.gz
sonarqube-98b7c401514608bb619d278e7f62744f689c2edd.zip
CSS: fix class ul.bullet
Diffstat (limited to 'sonar-server')
-rw-r--r--sonar-server/src/main/webapp/stylesheets/style.css2
1 files changed, 1 insertions, 1 deletions
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 {