aboutsummaryrefslogtreecommitdiffstats
path: root/server/sonar-web/src/main/less/ui.less
diff options
context:
space:
mode:
Diffstat (limited to 'server/sonar-web/src/main/less/ui.less')
-rw-r--r--server/sonar-web/src/main/less/ui.less12
1 files changed, 11 insertions, 1 deletions
diff --git a/server/sonar-web/src/main/less/ui.less b/server/sonar-web/src/main/less/ui.less
index eeea142f5c4..710a9157cef 100644
--- a/server/sonar-web/src/main/less/ui.less
+++ b/server/sonar-web/src/main/less/ui.less
@@ -328,7 +328,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;
+ }
}