]> source.dussan.org Git - sonarqube.git/commitdiff
remove the duplicated gray border on treemaps
authorsimonbrandhof <simon.brandhof@gmail.com>
Thu, 9 Dec 2010 13:20:20 +0000 (13:20 +0000)
committersimonbrandhof <simon.brandhof@gmail.com>
Thu, 9 Dec 2010 13:20:20 +0000 (13:20 +0000)
sonar-server/src/main/webapp/WEB-INF/app/views/filters/_treemap.html.erb

index ae41db49df8ed82bbfc66f64aaf12fadadf9fa63..983ffb96c7ded412115bebd986aec2b57f1eeae1 100644 (file)
@@ -1,4 +1,3 @@
-<div class="tabs-panel">
 <%
 metrics=treemap_metrics(@filter)
 size_metric=metrics[0]
@@ -19,5 +18,4 @@ function load_treemap(size_metric, color_metric, hide_form) {
    :with => "'width=' + treemap_width + '&height=' + treemap_height + '&size_metric=' + size_metric + '&color_metric=' + color_metric + '&hide_form=' + hide_form" %>
 }
 load_treemap('<%= size_metric.key -%>', '<%= color_metric.key -%>', <%= edit_mode -%>);
-</script>
-</div>
\ No newline at end of file
+</script>
\ No newline at end of file