]> source.dussan.org Git - sonarqube.git/commitdiff
Fix vertical alignment of .table td
authorSimon Brandhof <simon.brandhof@gmail.com>
Wed, 5 Dec 2012 16:32:29 +0000 (17:32 +0100)
committerSimon Brandhof <simon.brandhof@gmail.com>
Wed, 5 Dec 2012 16:32:29 +0000 (17:32 +0100)
sonar-server/src/main/webapp/stylesheets/style.css

index 0df4d95a351baff16a4487d4535caf402e456998..a3c9e9da837715226bdc486b4e6d2bf65e0efd6c 100644 (file)
@@ -2261,7 +2261,7 @@ td.spacer-top {
 .table > tbody > tr > td {
   line-height: 16px;
   padding: 4px 5px;
-  vertical-align: middle;
+  vertical-align: top;
 }
 
 .table > tfoot > tr > td {