diff options
author | Simon Brandhof <simon.brandhof@gmail.com> | 2012-09-14 18:08:16 +0200 |
---|---|---|
committer | Simon Brandhof <simon.brandhof@gmail.com> | 2012-09-14 18:09:27 +0200 |
commit | 13ecd43d57a3f09a8006c3fb10c3628ea018b08f (patch) | |
tree | d00bd33bdda5ccea11a13549fc0306337f8d5168 /sonar-application | |
parent | bbe53dc1a6b24573bde2c6706453eab1d35a8332 (diff) | |
download | sonarqube-13ecd43d57a3f09a8006c3fb10c3628ea018b08f.tar.gz sonarqube-13ecd43d57a3f09a8006c3fb10c3628ea018b08f.zip |
SONAR-3802 various improvements in the top nav bar
* Upgrade YUI reset/font CSS
* New URLs /dev/layout and /dev/empty for performance tests
* Rename the link "Home" with the name of the main global dashboard
* Extract layout.css from style.css
Diffstat (limited to 'sonar-application')
-rw-r--r-- | sonar-application/pom.xml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sonar-application/pom.xml b/sonar-application/pom.xml index c9b948077f4..4f8085530e9 100644 --- a/sonar-application/pom.xml +++ b/sonar-application/pom.xml @@ -216,7 +216,7 @@ <configuration> <rules> <requireFilesSize> - <maxsize>53200000</maxsize> + <maxsize>54000000</maxsize> <minsize>52000000</minsize> <files> <file>${project.build.directory}/sonar-${project.version}.zip</file> |