diff options
Diffstat (limited to 'sonar-server')
-rw-r--r-- | sonar-server/src/main/webapp/WEB-INF/app/views/profiles/index.html.erb | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sonar-server/src/main/webapp/WEB-INF/app/views/profiles/index.html.erb b/sonar-server/src/main/webapp/WEB-INF/app/views/profiles/index.html.erb index df7b69fcda4..f0b76336a06 100644 --- a/sonar-server/src/main/webapp/WEB-INF/app/views/profiles/index.html.erb +++ b/sonar-server/src/main/webapp/WEB-INF/app/views/profiles/index.html.erb @@ -64,7 +64,7 @@ </form> <% end %> -<table class="data2 width100 marginbottom10" id="profiles_<%= language.getKey() -%>"> +<table class="data2 width100" id="profiles_<%= language.getKey() -%>"> <thead> <tr> <th class="left">Name</th> |