diff options
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; } |