]> source.dussan.org Git - sonarqube.git/commitdiff
Revert "SONAR-4351 Minor style fix"
authorJulien HENRY <julien.henry@sonarsource.com>
Mon, 15 Jul 2013 12:42:04 +0000 (14:42 +0200)
committerJulien HENRY <julien.henry@sonarsource.com>
Mon, 15 Jul 2013 12:42:04 +0000 (14:42 +0200)
This reverts commit 7a7ca06f189385e85f545fc736e16506ac13b33a.

sonar-server/src/main/webapp/stylesheets/style.css

index 09588890eeec09be6b317c87d0dd09816e5d6334..9f2edf7596a70c61dbe7ec64b498be62bd9f6e0c 100644 (file)
@@ -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 {