From: Julien HENRY Date: Mon, 15 Jul 2013 12:22:03 +0000 (+0200) Subject: SONAR-4351 Minor style fix X-Git-Tag: 3.7~122 X-Git-Url: https://source.dussan.org/?a=commitdiff_plain;h=7a7ca06f189385e85f545fc736e16506ac13b33a;p=sonarqube.git SONAR-4351 Minor style fix --- 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 {