From: simonbrandhof Date: Wed, 22 Dec 2010 13:27:06 +0000 (+0000) Subject: fix CSS of profile permalinks X-Git-Tag: 2.6~248 X-Git-Url: https://source.dussan.org/?a=commitdiff_plain;h=5b391705923fdd309ec14925bf562d5749cf2160;p=sonarqube.git fix CSS of profile permalinks --- 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; }