diff options
author | simonbrandhof <simon.brandhof@gmail.com> | 2010-09-09 11:22:47 +0000 |
---|---|---|
committer | simonbrandhof <simon.brandhof@gmail.com> | 2010-09-09 11:22:47 +0000 |
commit | 41b2388801a713aa58d4ef53e034923392e70f48 (patch) | |
tree | e2d90e580d7a6c8aa08e5a835ff83f9d5ddd8557 /sonar-server | |
parent | f39892b2fea532015b0013267836da9e81b11dca (diff) | |
download | sonarqube-41b2388801a713aa58d4ef53e034923392e70f48.tar.gz sonarqube-41b2388801a713aa58d4ef53e034923392e70f48.zip |
minor css update in profiles console
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> |