From: Fabrice Bellingard Date: Thu, 24 May 2012 14:55:45 +0000 (+0200) Subject: SONAR-3429 In rule descriptions, "

" should have vertical spacing X-Git-Tag: 3.1~75 X-Git-Url: https://source.dussan.org/?a=commitdiff_plain;h=41357a2b6b7e9968e3acefad9767b7f9cd6078c5;p=sonarqube.git SONAR-3429 In rule descriptions, "

" should have vertical spacing --- 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;