]> source.dussan.org Git - sonarqube.git/commitdiff
SONAR-4970 Add some space between admin page description and page content
authorJean-Baptiste Lievremont <jean-baptiste.lievremont@sonarsource.com>
Thu, 30 Jan 2014 09:39:39 +0000 (10:39 +0100)
committerJean-Baptiste Lievremont <jean-baptiste.lievremont@sonarsource.com>
Thu, 30 Jan 2014 09:40:05 +0000 (10:40 +0100)
sonar-server/src/main/webapp/stylesheets/style.css

index c87fd89e2617a1840c22bd69ad96012cc0bd85d1..b13d57a7288dd64cc501a44e936e3a34fe2c21dd 100644 (file)
@@ -2651,5 +2651,5 @@ textarea.width100 {
 .admin-page-description {
   font-size: 85%;
   font-weight: normal;
-  margin-bottom: 10px;
+  margin-bottom: 25px;
 }