From ca7e234b8d36a96a8d42a0e28a99c917cad9a460 Mon Sep 17 00:00:00 2001 From: Stas Vilchik Date: Mon, 6 Oct 2014 16:07:50 +0200 Subject: SONAR-5572 Improve the style of table headers in rule descriptions --- server/sonar-web/src/main/less/ui.less | 12 +++++++++++- 1 file changed, 11 insertions(+), 1 deletion(-) (limited to 'server/sonar-web/src/main/less/ui.less') diff --git a/server/sonar-web/src/main/less/ui.less b/server/sonar-web/src/main/less/ui.less index a2e1b2f161d..0091ad6a9fa 100644 --- a/server/sonar-web/src/main/less/ui.less +++ b/server/sonar-web/src/main/less/ui.less @@ -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; + } } -- cgit v1.2.3