From: Simon Brandhof Date: Tue, 27 Mar 2012 17:19:52 +0000 (+0200) Subject: CSS : vertical alignment of cells in class .table X-Git-Tag: 3.0~109 X-Git-Url: https://source.dussan.org/?a=commitdiff_plain;h=682f2ddfcabe68ae100e4c9c0b4543f0c6d992eb;p=sonarqube.git CSS : vertical alignment of cells in class .table --- diff --git a/sonar-server/src/main/webapp/stylesheets/style.css b/sonar-server/src/main/webapp/stylesheets/style.css index c81fdaa3543..de521779d26 100644 --- a/sonar-server/src/main/webapp/stylesheets/style.css +++ b/sonar-server/src/main/webapp/stylesheets/style.css @@ -2458,6 +2458,7 @@ td.spacer-top { .table > tbody > tr > td { line-height: 16px; padding: 4px 5px; + vertical-align: top; } .table-bordered > tbody {