summaryrefslogtreecommitdiffstats
path: root/sonar-application
diff options
context:
space:
mode:
authorSimon Brandhof <simon.brandhof@gmail.com>2012-09-14 18:08:16 +0200
committerSimon Brandhof <simon.brandhof@gmail.com>2012-09-14 18:09:27 +0200
commit13ecd43d57a3f09a8006c3fb10c3628ea018b08f (patch)
treed00bd33bdda5ccea11a13549fc0306337f8d5168 /sonar-application
parentbbe53dc1a6b24573bde2c6706453eab1d35a8332 (diff)
downloadsonarqube-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.xml2
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>