diff options
Diffstat (limited to 'server/sonar-web/src/main/less/style.less')
-rw-r--r-- | server/sonar-web/src/main/less/style.less | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/server/sonar-web/src/main/less/style.less b/server/sonar-web/src/main/less/style.less index a0c6ec7f7ba..62af5c47cea 100644 --- a/server/sonar-web/src/main/less/style.less +++ b/server/sonar-web/src/main/less/style.less @@ -708,7 +708,7 @@ th.operations, td.operations { .rulename, .rulename a { color: #444; - font-weight: bold; + font-weight: 500; } .rulename a:hover { @@ -806,7 +806,6 @@ th.operations, td.operations { .code-issue { margin: 0; font-size: 12px; - padding: 0 0 10px 0; .trans(border-color); .error { |