diff options
author | simonbrandhof <simon.brandhof@gmail.com> | 2010-12-22 13:27:06 +0000 |
---|---|---|
committer | simonbrandhof <simon.brandhof@gmail.com> | 2010-12-22 13:27:06 +0000 |
commit | 5b391705923fdd309ec14925bf562d5749cf2160 (patch) | |
tree | 71da857c648ba0e73222ae2682b98845ad4d9cde /sonar-server | |
parent | edae963aa71586cc2d2b97d82864cf23776f9198 (diff) | |
download | sonarqube-5b391705923fdd309ec14925bf562d5749cf2160.tar.gz sonarqube-5b391705923fdd309ec14925bf562d5749cf2160.zip |
fix CSS of profile permalinks
Diffstat (limited to 'sonar-server')
-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 11e87e826c0..c4ecdee159c 100644 --- a/sonar-server/src/main/webapp/stylesheets/style.css +++ b/sonar-server/src/main/webapp/stylesheets/style.css @@ -1387,6 +1387,10 @@ table.data, table.spaced, .gwt-SourcePanel .sources { width: 100%; } +table.without-header { + border-top: 1px solid #ddd; +} + .hoverable.selected a, #time_machine #selected h3, #time_machine #selected a { color: #fff; } |