]> source.dussan.org Git - sonarqube.git/commitdiff
SONAR-4619 Improve HTML rendering of property descriptions
authorSimon Brandhof <simon.brandhof@gmail.com>
Mon, 16 Sep 2013 13:35:00 +0000 (15:35 +0200)
committerSimon Brandhof <simon.brandhof@gmail.com>
Mon, 16 Sep 2013 13:35:00 +0000 (15:35 +0200)
sonar-server/src/main/webapp/stylesheets/style.css

index de50ffe70e2d49a6f5f1a8e990c95d077cf951f6..eb62a88e9464995b1003cbbaf7b889620f011bab 100644 (file)
@@ -1822,7 +1822,7 @@ ul.bullet li {
 }
 
 
-/* API for Rule Descriptions */
+/* API for Rule and Property Descriptions  */
 .rule-desc h2 {
   margin-top: 16px;
   font-size: 16px;
@@ -1838,11 +1838,11 @@ ul.bullet li {
   font-weight: bold;
 }
 
-.rule-desc p {
+.rule-desc p, .property p {
   margin-top: 10px;
 }
 
-.rule-desc pre {
+.rule-desc pre, .property pre {
   margin: 10px 0 !important;
   padding: 10px !important;
   border: 1px dashed #aaa;
@@ -1850,18 +1850,18 @@ ul.bullet li {
   font-family: monospace;;
 }
 
-.rule-desc blockquote {
+.rule-desc blockquote, .property blockquote {
   margin-top: 10px;
   padding: 10px;
 }
 
-.rule-desc ul {
+.rule-desc ul, .property ul {
   list-style-type: disc;
   list-style-position: inside;
   margin: 10px;
 }
 
-.rule-desc ol {
+.rule-desc ol, .property ol {
   list-style-type: decimal;
   list-style-position: inside;
   margin: 10px;