]> source.dussan.org Git - sonarqube.git/commitdiff
Fix CSS of source code : first line is too big when displaying SCM info
authorsimonbrandhof <simon.brandhof@gmail.com>
Wed, 16 Mar 2011 16:31:18 +0000 (17:31 +0100)
committersimonbrandhof <simon.brandhof@gmail.com>
Wed, 16 Mar 2011 16:33:28 +0000 (17:33 +0100)
sonar-server/src/main/webapp/stylesheets/style.css

index 2a1c36b11e7da715e88e32a2042ba059f1bae6af..ea9c29643e549cfcaa078ee7d3861e2df4338c7b 100644 (file)
@@ -645,7 +645,7 @@ ul.operations li a {
 .sources2 td.revision {
   border-top: 1px solid #DDD;
   vertical-align: top;
-  padding: 2px 0.3em;
+  padding: 0 0.3em;
   white-space: nowrap;
 }
 .sources2 span.date, .sources2 span.date a {