From 0c9b39f1b83b34b257614c50a25ef0406ad152e4 Mon Sep 17 00:00:00 2001
From: Daniel Brown <ddb@star.sr.bham.ac.uk>
Date: Sun, 18 Aug 2013 19:40:34 +0100
Subject: [PATCH] more webpage changes

---
 pykat/testing/web/templates/finesse_test.html | 6 ++----
 1 file changed, 2 insertions(+), 4 deletions(-)

diff --git a/pykat/testing/web/templates/finesse_test.html b/pykat/testing/web/templates/finesse_test.html
index a9a2bd0..bd251f0 100644
--- a/pykat/testing/web/templates/finesse_test.html
+++ b/pykat/testing/web/templates/finesse_test.html
@@ -69,9 +69,7 @@
                     <h4 style="padding:0px; margin:0px;" id="gitDescriptionHdr">Git log description</h4>
                     <p id="gitDescriptionTxt">[Select item to see commit message]</p>
                 </div>
-                <br style="clear:both;" />
-                
-                <section class="container">
+                <section class="container" style="clear:both;">
                     <div>
                         <div>Files to run</div>
                         <select id="leftValues" size="12" multiple></select>
@@ -87,7 +85,7 @@
                         </select>
                     </div>
                 </section>
-                
+                <br style="clear:both;"/> 
                 <input type="checkbox" id="chkNoBuild" />Use previously built kat (Will built if it can't find any previous kats of the requested version)<br>
                 <input type="button" value="Refresh branches and logs" id="btnGetLogs"/>
                 <input type="button" value="Start new FINESSSE test" id="btnStartTest"/>
-- 
GitLab