From: Simon Brandhof Date: Wed, 5 Dec 2012 16:32:29 +0000 (+0100) Subject: Fix vertical alignment of .table td X-Git-Tag: 3.4~125 X-Git-Url: https://source.dussan.org/?a=commitdiff_plain;h=d0120d0b728928ee2b5d49fe933e9966af182e42;p=sonarqube.git Fix vertical alignment of .table td --- diff --git a/sonar-server/src/main/webapp/stylesheets/style.css b/sonar-server/src/main/webapp/stylesheets/style.css index 0df4d95a351..a3c9e9da837 100644 --- a/sonar-server/src/main/webapp/stylesheets/style.css +++ b/sonar-server/src/main/webapp/stylesheets/style.css @@ -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 {