diff options
author | Simon Brandhof <simon.brandhof@gmail.com> | 2012-03-30 15:01:12 +0200 |
---|---|---|
committer | Simon Brandhof <simon.brandhof@gmail.com> | 2012-03-30 15:01:12 +0200 |
commit | 488bca1764f6cc50c5fac5fa2dcffcd908aa3843 (patch) | |
tree | ac425768e70bca55cd8f962c97028183118bd2f4 /sonar-server | |
parent | 9496a26a5ea97d1fc2a29e2bd0fc7d830fcef3ce (diff) | |
download | sonarqube-488bca1764f6cc50c5fac5fa2dcffcd908aa3843.tar.gz sonarqube-488bca1764f6cc50c5fac5fa2dcffcd908aa3843.zip |
CSS : increase margin between bullets of form-val-cell
Diffstat (limited to 'sonar-server')
-rw-r--r-- | sonar-server/src/main/webapp/stylesheets/style.css | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/sonar-server/src/main/webapp/stylesheets/style.css b/sonar-server/src/main/webapp/stylesheets/style.css index 91b76e0748e..4ffc233f0f4 100644 --- a/sonar-server/src/main/webapp/stylesheets/style.css +++ b/sonar-server/src/main/webapp/stylesheets/style.css @@ -2374,6 +2374,9 @@ table.nowrap td, td.nowrap, th.nowrap { text-align: left; white-space: normal; } +.form-val-cell li { + margin-bottom: 5px; +} .form-val-note { color: #999; |