From 5b391705923fdd309ec14925bf562d5749cf2160 Mon Sep 17 00:00:00 2001 From: simonbrandhof Date: Wed, 22 Dec 2010 13:27:06 +0000 Subject: [PATCH] fix CSS of profile permalinks --- sonar-server/src/main/webapp/stylesheets/style.css | 4 ++++ 1 file changed, 4 insertions(+) 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; } -- 2.39.5