From 0f7416dfd8dd1ac0c87caa35dc7ca322758266a7 Mon Sep 17 00:00:00 2001 From: Fabrice Bellingard Date: Fri, 20 May 2011 10:35:47 +0200 Subject: [PATCH] SONAR-2419 Remove background color and border for permalinks On the resource viewer, as it could look ugly if the violation message was on more than 1 line --- sonar-server/src/main/webapp/stylesheets/style.css | 4 ---- 1 file changed, 4 deletions(-) diff --git a/sonar-server/src/main/webapp/stylesheets/style.css b/sonar-server/src/main/webapp/stylesheets/style.css index fd11c07a403..19d6f6777fe 100644 --- a/sonar-server/src/main/webapp/stylesheets/style.css +++ b/sonar-server/src/main/webapp/stylesheets/style.css @@ -708,10 +708,6 @@ span.violation_date { } div.review_permalink { float: right; - background-color: #F4F4F4; - border-color: #CDCDCD; - border-style: none none none solid; - border-width: 1px; color: #333333; font-size: 12px; font-weight: bold; -- 2.39.5