]> source.dussan.org Git - sonarqube.git/commitdiff
SONAR-3429 In rule descriptions, "<p>" should have vertical spacing
authorFabrice Bellingard <bellingard@gmail.com>
Thu, 24 May 2012 14:55:45 +0000 (16:55 +0200)
committerFabrice Bellingard <bellingard@gmail.com>
Thu, 24 May 2012 14:55:45 +0000 (16:55 +0200)
sonar-server/src/main/webapp/stylesheets/style.css

index b46832a7d268f6775b01b559490709f600f7c510..e516aaabead19faf14ec8181333f147755d98bac 100644 (file)
@@ -2093,6 +2093,10 @@ ul.bullet li {
   font-size: 93%;
 }
 
+.rule_detail p {
+  margin: 8px 0;
+}
+
 .tip:hover {
   background: #FFF;
   position: relative;