From: Stas Vilchik Date: Thu, 9 Oct 2014 12:36:04 +0000 (+0200) Subject: SONAR-5572 Improve the style of table headers in rule descriptions X-Git-Tag: 4.5.1-RC1~53 X-Git-Url: https://source.dussan.org/?a=commitdiff_plain;h=c757024659491cd1d012f2ec8e15fe02655592f0;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 0091ad6a9fa..a8b664547e1 100644 --- a/server/sonar-web/src/main/less/ui.less +++ b/server/sonar-web/src/main/less/ui.less @@ -334,6 +334,8 @@ input[type=button] { font-weight: 500; text-transform: uppercase; } + + td { padding: 0 5px; } }