]> source.dussan.org Git - sonarqube.git/commitdiff
CSS : vertical alignment of cells in class .table
authorSimon Brandhof <simon.brandhof@gmail.com>
Tue, 27 Mar 2012 17:19:52 +0000 (19:19 +0200)
committerSimon Brandhof <simon.brandhof@gmail.com>
Tue, 27 Mar 2012 17:20:21 +0000 (19:20 +0200)
sonar-server/src/main/webapp/stylesheets/style.css

index c81fdaa3543e4006eac1cbeab3247f6cd803d34d..de521779d26390334832da0621b70efb0848f72e 100644 (file)
@@ -2458,6 +2458,7 @@ td.spacer-top {
 .table > tbody > tr > td {
   line-height: 16px;
   padding: 4px 5px;
+  vertical-align: top;
 }
 
 .table-bordered > tbody {