From 0bf0c415cef549b3a644d251ba59003166c25af2 Mon Sep 17 00:00:00 2001 From: simonbrandhof Date: Wed, 16 Mar 2011 18:54:09 +0100 Subject: [PATCH] Fix CSS of source code: border of blocks of code --- .../src/main/webapp/WEB-INF/app/views/resource/index.html.erb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/sonar-server/src/main/webapp/WEB-INF/app/views/resource/index.html.erb b/sonar-server/src/main/webapp/WEB-INF/app/views/resource/index.html.erb index bb9383f2b17..9036ceba975 100644 --- a/sonar-server/src/main/webapp/WEB-INF/app/views/resource/index.html.erb +++ b/sonar-server/src/main/webapp/WEB-INF/app/views/resource/index.html.erb @@ -18,7 +18,7 @@ <% current_revision=nil colspan=2 - colspan+=1 if @display_scm + colspan+=1 if @scm_available colspan+=2 if @display_coverage previous_hidden=false first_section=true -- 2.39.5