aboutsummaryrefslogtreecommitdiffstats
path: root/sonar-server
diff options
context:
space:
mode:
authorJulien HENRY <julien.henry@sonarsource.com>2013-07-15 14:42:04 +0200
committerJulien HENRY <julien.henry@sonarsource.com>2013-07-15 14:42:04 +0200
commit683f9510de9ba43cd5bbb4b4f1b9e5c592de65e7 (patch)
tree94826fedd79825333a545f326367d083ead3862b /sonar-server
parent7a7ca06f189385e85f545fc736e16506ac13b33a (diff)
downloadsonarqube-683f9510de9ba43cd5bbb4b4f1b9e5c592de65e7.tar.gz
sonarqube-683f9510de9ba43cd5bbb4b4f1b9e5c592de65e7.zip
Revert "SONAR-4351 Minor style fix"
This reverts commit 7a7ca06f189385e85f545fc736e16506ac13b33a.
Diffstat (limited to 'sonar-server')
-rw-r--r--sonar-server/src/main/webapp/stylesheets/style.css5
1 files changed, 4 insertions, 1 deletions
diff --git a/sonar-server/src/main/webapp/stylesheets/style.css b/sonar-server/src/main/webapp/stylesheets/style.css
index 09588890eee..9f2edf7596a 100644
--- a/sonar-server/src/main/webapp/stylesheets/style.css
+++ b/sonar-server/src/main/webapp/stylesheets/style.css
@@ -1668,6 +1668,7 @@ ul.bullet li {
.tabs2 {
height: 20px;
+ border-bottom: 1px solid #DDD;
margin: 0;
padding: 0;
font-size: 93%;
@@ -1945,7 +1946,9 @@ h4 a, h4 a:visited, .gray, table.data tfoot a, table.data tfoot a:visited {
}
table.data > tbody {
- border: 1px solid #ddd;
+ border-bottom: 1px solid #ddd;
+ border-right: 1px solid #ddd;
+ border-left: 1px solid #ddd;
}
table.data, table.spaced, .gwt-SourcePanel .sources {