aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJulien HENRY <julien.henry@sonarsource.com>2013-07-15 14:22:03 +0200
committerJulien HENRY <julien.henry@sonarsource.com>2013-07-15 14:23:00 +0200
commit7a7ca06f189385e85f545fc736e16506ac13b33a (patch)
tree74cb36a2bdce927c8092ce0007c4b7b57f8657f8
parent148e6b13dfb213a6083b5413b8a59675c10e1db8 (diff)
downloadsonarqube-7a7ca06f189385e85f545fc736e16506ac13b33a.tar.gz
sonarqube-7a7ca06f189385e85f545fc736e16506ac13b33a.zip
SONAR-4351 Minor style fix
-rw-r--r--sonar-server/src/main/webapp/stylesheets/style.css5
1 files changed, 1 insertions, 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 {