Bug 491304 - add Solstice theme to Test Results page
diff --git a/bundles/org.eclipse.build.tools/src/org/eclipse/releng/generators/TestResultsGenerator.java b/bundles/org.eclipse.build.tools/src/org/eclipse/releng/generators/TestResultsGenerator.java
index 8deb5cf..8c4d68d 100644
--- a/bundles/org.eclipse.build.tools/src/org/eclipse/releng/generators/TestResultsGenerator.java
+++ b/bundles/org.eclipse.build.tools/src/org/eclipse/releng/generators/TestResultsGenerator.java
@@ -819,8 +819,7 @@
                                 + EOL);
             }
 
-            compileLogResults = "        <div class=\"homeitem3col\">" + EOL
-                    + "<h3 id=\"PluginsErrors\">Plugins containing compile errors or warnings</h3>" + EOL
+            compileLogResults = "<h3 id=\"PluginsErrors\">Plugins containing compile errors or warnings</h3>" + EOL
                     + "<p>The table below shows the plugins in which errors or warnings were encountered. Click on the jar file link to view its"
                     + EOL + "detailed report.</p>" + EOL + "<br /><br />" + EOL
                     + "<table style=\"background-color: #EEEEEE;margin-top: 20px; margin-bottom: 20px; margin-right: 5%; margin-left: 5%; width:90%; border: 1px solid black; \" >"
@@ -838,7 +837,7 @@
                     + "   <th style=\"width:15em ;\" >Discouraged Access Warnings</th>" + EOL + " </tr>" + EOL;
 
             compileLogResults = compileLogResults + accessesString.toString();
-            compileLogResults = compileLogResults + "</table>" + EOL + "  <br /> " + EOL + "</div>" + EOL;
+            compileLogResults = compileLogResults + "</table>" + EOL;
             // write the include file. The name of this file must match what is
             // in testResults.template.php
             writePhpIncludeCompilerResultsFile(sourceDirectory, compileLogResults);