diff options
author | simonbrandhof <simon.brandhof@gmail.com> | 2010-11-09 08:59:39 +0000 |
---|---|---|
committer | simonbrandhof <simon.brandhof@gmail.com> | 2010-11-09 08:59:39 +0000 |
commit | 9aaa317e5b85073da9954df7ec256c36e2bfc330 (patch) | |
tree | 311c3005ccdd150086cf4eae887f2e20fb362532 | |
parent | a857dab255903e731d08c405165bea227a9c1952 (diff) | |
download | sonarqube-9aaa317e5b85073da9954df7ec256c36e2bfc330.tar.gz sonarqube-9aaa317e5b85073da9954df7ec256c36e2bfc330.zip |
update center: minor update of html
-rw-r--r-- | sonar-server/src/main/webapp/WEB-INF/app/views/updatecenter/system_updates.html.erb | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sonar-server/src/main/webapp/WEB-INF/app/views/updatecenter/system_updates.html.erb b/sonar-server/src/main/webapp/WEB-INF/app/views/updatecenter/system_updates.html.erb index d0b92b2838d..a5e950f0580 100644 --- a/sonar-server/src/main/webapp/WEB-INF/app/views/updatecenter/system_updates.html.erb +++ b/sonar-server/src/main/webapp/WEB-INF/app/views/updatecenter/system_updates.html.erb @@ -19,7 +19,7 @@ <% if @center %> <% if @sonar_updates.empty? %> - <table class="data width100"> + <table class="data width100 marginbottom10"> <thead> <tr> <td> </td> |