summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorSimon Brandhof <simon.brandhof@gmail.com>2011-11-24 15:42:08 +0100
committerSimon Brandhof <simon.brandhof@gmail.com>2011-11-24 17:16:53 +0100
commit47140a13d3cc91f8b71426cb767dc382f9a3ef9e (patch)
tree7f8f92978647cf037cdb1cd471e17f924231c475
parent9161f2e0766721d627b1cbd040b8fbefd8ab0ac1 (diff)
downloadsonarqube-47140a13d3cc91f8b71426cb767dc382f9a3ef9e.tar.gz
sonarqube-47140a13d3cc91f8b71426cb767dc382f9a3ef9e.zip
SONAR-3027 Highlight measure values in headers of viewers
-rw-r--r--sonar-server/src/main/webapp/stylesheets/style.css2
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 55f72d7c207..2c8d47efe73 100644
--- a/sonar-server/src/main/webapp/stylesheets/style.css
+++ b/sonar-server/src/main/webapp/stylesheets/style.css
@@ -904,11 +904,11 @@ span.rulename a:hover {
.tab_header td.name {
text-align: left;
white-space: nowrap;
- font-weight: bold;
}
.tab_header td.value {
text-align: right;
white-space: nowrap;
+ font-weight: bold;
}
#source_options {
margin-top: 5px;