From d267bad68d227347d08238876b3bd142a241e412 Mon Sep 17 00:00:00 2001
From: ftimme <ft@falkotimme.com>
Date: Wed, 10 Jul 2013 05:24:15 -0400
Subject: [PATCH] - Modified dashboard formatting.

---
 interface/web/dashboard/templates/dashboard.htm |    6 +++++-
 1 files changed, 5 insertions(+), 1 deletions(-)

diff --git a/interface/web/dashboard/templates/dashboard.htm b/interface/web/dashboard/templates/dashboard.htm
index 09aa158..4d68fbd 100644
--- a/interface/web/dashboard/templates/dashboard.htm
+++ b/interface/web/dashboard/templates/dashboard.htm
@@ -36,13 +36,17 @@
     <div style="float:left; width:350px;">
         <tmpl_loop name='leftcol'>
             {tmpl_var name='content'}
-            <p>&nbsp;</p>
+			<tmpl_if name='content'>
+            <p style="clear:left">&nbsp;</p>
+			</tmpl_if>
         </tmpl_loop>
     </div>
     <div style="float:left; width:350px;">
         <tmpl_loop name='rightcol'>
             {tmpl_var name='content'}
+			<tmpl_if name='content'>
             <p>&nbsp;</p>
+			</tmpl_if>
         </tmpl_loop>
     </div>
 </div>
\ No newline at end of file

--
Gitblit v1.9.1