From d0120d0b728928ee2b5d49fe933e9966af182e42 Mon Sep 17 00:00:00 2001 From: Simon Brandhof Date: Wed, 5 Dec 2012 17:32:29 +0100 Subject: [PATCH] Fix vertical alignment of .table td --- sonar-server/src/main/webapp/stylesheets/style.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 { -- 2.39.5