From: Fabrice Bellingard Date: Thu, 24 May 2012 14:00:58 +0000 (+0200) Subject: SONAR-3424 HTML lists badly displayed in the rule description pop-up X-Git-Tag: 3.1~76 X-Git-Url: https://source.dussan.org/?a=commitdiff_plain;h=899b25ae8b8c20518911779d3a791082792a9d67;p=sonarqube.git SONAR-3424 HTML lists badly displayed in the rule description pop-up --- diff --git a/sonar-server/src/main/webapp/stylesheets/style.css b/sonar-server/src/main/webapp/stylesheets/style.css index 6889c394644..b46832a7d26 100644 --- a/sonar-server/src/main/webapp/stylesheets/style.css +++ b/sonar-server/src/main/webapp/stylesheets/style.css @@ -572,6 +572,16 @@ h4, .h4 { line-height: 1.5em; } +.doc li { + list-style: disc outside; + padding: 2px; +} + +.doc ul { + list-style: none outside; + padding-left: 30px; +} + /* ------------------- TABLES ------------------- */ .odd { background-color: #fff;