diff options
author | Jean-Baptiste Lievremont <jean-baptiste.lievremont@sonarsource.com> | 2014-01-30 10:39:39 +0100 |
---|---|---|
committer | Jean-Baptiste Lievremont <jean-baptiste.lievremont@sonarsource.com> | 2014-01-30 10:40:05 +0100 |
commit | b92451a278ddc1b86ce50123c1524b6294926afa (patch) | |
tree | 8d4385381cf313ad9dfb06995ace82340ac3860c /sonar-server/src | |
parent | f0d910eafbf09897f26be35af116b1369b2027d8 (diff) | |
download | sonarqube-b92451a278ddc1b86ce50123c1524b6294926afa.tar.gz sonarqube-b92451a278ddc1b86ce50123c1524b6294926afa.zip |
SONAR-4970 Add some space between admin page description and page content
Diffstat (limited to 'sonar-server/src')
-rw-r--r-- | sonar-server/src/main/webapp/stylesheets/style.css | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sonar-server/src/main/webapp/stylesheets/style.css b/sonar-server/src/main/webapp/stylesheets/style.css index c87fd89e261..b13d57a7288 100644 --- a/sonar-server/src/main/webapp/stylesheets/style.css +++ b/sonar-server/src/main/webapp/stylesheets/style.css @@ -2651,5 +2651,5 @@ textarea.width100 { .admin-page-description { font-size: 85%; font-weight: normal; - margin-bottom: 10px; + margin-bottom: 25px; } |