diff options
Diffstat (limited to 'sonar-server/src/main/webapp/stylesheets/style.css')
-rw-r--r-- | sonar-server/src/main/webapp/stylesheets/style.css | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/sonar-server/src/main/webapp/stylesheets/style.css b/sonar-server/src/main/webapp/stylesheets/style.css index 8e32124fee5..d974c51814b 100644 --- a/sonar-server/src/main/webapp/stylesheets/style.css +++ b/sonar-server/src/main/webapp/stylesheets/style.css @@ -479,6 +479,10 @@ table.data th img, table.data td img { padding-right: 15px; } +.data td.categoryDescription { + padding-bottom: 5px; +} + .data td.category.withSubcategories { background-image: url('../images/bullet_arrow_down.gif'); background-position: right center; |