]> source.dussan.org Git - sonarqube.git/commitdiff
SONAR-5572 Improve the style of table headers in rule descriptions
authorStas Vilchik <vilchiks@gmail.com>
Mon, 6 Oct 2014 14:07:50 +0000 (16:07 +0200)
committerStas Vilchik <vilchiks@gmail.com>
Mon, 6 Oct 2014 14:07:50 +0000 (16:07 +0200)
server/sonar-web/src/main/less/ui.less

index a2e1b2f161dad8a6b471935df54f7a0d89f4dd7a..0091ad6a9faa7cad2fe78951c285a12247ed6bbd 100644 (file)
@@ -323,7 +323,17 @@ input[type=button] {
 
 
 .markdown {
-  a { .underlined-link; }
+
+  table {
+    margin: 10px 0;
+  }
+
+  th {
+    padding-bottom: 5px;
+    border-bottom: 1px solid @barBackgroundColor;
+    font-weight: 500;
+    text-transform: uppercase;
+  }
 }