diff options
author | simonbrandhof <simon.brandhof@gmail.com> | 2010-10-04 22:01:29 +0000 |
---|---|---|
committer | simonbrandhof <simon.brandhof@gmail.com> | 2010-10-04 22:01:29 +0000 |
commit | 4393d073128d84efce75f4b85792c19506c3811d (patch) | |
tree | ea3f8eac0c2fef9b511fec45f9197698e31fed2c /sonar-server | |
parent | a8f6e5c63afe3d64ffede32cb72ee707ffcf91dc (diff) | |
download | sonarqube-4393d073128d84efce75f4b85792c19506c3811d.tar.gz sonarqube-4393d073128d84efce75f4b85792c19506c3811d.zip |
quality model API: simplify difference between property numeric value and text value
Diffstat (limited to 'sonar-server')
-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; |