From 41357a2b6b7e9968e3acefad9767b7f9cd6078c5 Mon Sep 17 00:00:00 2001 From: Fabrice Bellingard Date: Thu, 24 May 2012 16:55:45 +0200 Subject: [PATCH] SONAR-3429 In rule descriptions, "

" should have vertical spacing --- sonar-server/src/main/webapp/stylesheets/style.css | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/sonar-server/src/main/webapp/stylesheets/style.css b/sonar-server/src/main/webapp/stylesheets/style.css index b46832a7d26..e516aaabead 100644 --- a/sonar-server/src/main/webapp/stylesheets/style.css +++ b/sonar-server/src/main/webapp/stylesheets/style.css @@ -2093,6 +2093,10 @@ ul.bullet li { font-size: 93%; } +.rule_detail p { + margin: 8px 0; +} + .tip:hover { background: #FFF; position: relative; -- 2.39.5