diff options
Diffstat (limited to 'sonar-server/src')
-rw-r--r-- | sonar-server/src/main/webapp/stylesheets/style.css | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/sonar-server/src/main/webapp/stylesheets/style.css b/sonar-server/src/main/webapp/stylesheets/style.css index 728031dfcf6..8f82420b770 100644 --- a/sonar-server/src/main/webapp/stylesheets/style.css +++ b/sonar-server/src/main/webapp/stylesheets/style.css @@ -1425,6 +1425,8 @@ table.without-header { border-top: 1px solid #ddd; } table.data2 > tbody > tr { + border-left: 1px solid #ddd; + border-right: 1px solid #ddd; } table.data2 > thead > tr { height: 18px; |