From: Stas Vilchik Date: Mon, 6 Oct 2014 14:07:50 +0000 (+0200) Subject: SONAR-5572 Improve the style of table headers in rule descriptions X-Git-Tag: 4.5.1-RC1~96 X-Git-Url: https://source.dussan.org/?a=commitdiff_plain;h=ca7e234b8d36a96a8d42a0e28a99c917cad9a460;p=sonarqube.git SONAR-5572 Improve the style of table headers in rule descriptions --- 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; + } }