diff options
author | Simon Brandhof <simon.brandhof@gmail.com> | 2012-12-05 17:32:29 +0100 |
---|---|---|
committer | Simon Brandhof <simon.brandhof@gmail.com> | 2012-12-05 17:32:29 +0100 |
commit | d0120d0b728928ee2b5d49fe933e9966af182e42 (patch) | |
tree | 27f7203e36385ce21ec9d6ce64d51ba5809947e0 | |
parent | d1a65e8c6cd5c5f3893e706b44e0ae9b7d68702b (diff) | |
download | sonarqube-d0120d0b728928ee2b5d49fe933e9966af182e42.tar.gz sonarqube-d0120d0b728928ee2b5d49fe933e9966af182e42.zip |
Fix vertical alignment of .table td
-rw-r--r-- | sonar-server/src/main/webapp/stylesheets/style.css | 2 |
1 files changed, 1 insertions, 1 deletions
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 { |