From 7a7ca06f189385e85f545fc736e16506ac13b33a Mon Sep 17 00:00:00 2001 From: Julien HENRY Date: Mon, 15 Jul 2013 14:22:03 +0200 Subject: [PATCH] SONAR-4351 Minor style fix --- sonar-server/src/main/webapp/stylesheets/style.css | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) diff --git a/sonar-server/src/main/webapp/stylesheets/style.css b/sonar-server/src/main/webapp/stylesheets/style.css index 9f2edf7596a..09588890eee 100644 --- a/sonar-server/src/main/webapp/stylesheets/style.css +++ b/sonar-server/src/main/webapp/stylesheets/style.css @@ -1668,7 +1668,6 @@ ul.bullet li { .tabs2 { height: 20px; - border-bottom: 1px solid #DDD; margin: 0; padding: 0; font-size: 93%; @@ -1946,9 +1945,7 @@ h4 a, h4 a:visited, .gray, table.data tfoot a, table.data tfoot a:visited { } table.data > tbody { - border-bottom: 1px solid #ddd; - border-right: 1px solid #ddd; - border-left: 1px solid #ddd; + border: 1px solid #ddd; } table.data, table.spaced, .gwt-SourcePanel .sources { -- 2.39.5