Switch to side-by-side view

--- a/ForgeTracker/forgetracker/templates/stats.html
+++ b/ForgeTracker/forgetracker/templates/stats.html
@@ -17,31 +17,37 @@
   </head>
 
   <body>
-    <h2>Basic Statistics</h2>
-<p># tickets: $total</p>
-<p># open tickets: $open</p>
-<p># closed tickets: $closed</p>
-<p># new tickets in the last...</p>
-<ul>
-<li>7 days: $week_tickets</li>
-<li>14 days: $fortnight_tickets</li>
-<li>30 days: $month_tickets</li>
-</ul>
-<p># of comments on tickets: $comments</p>
-<p># of new comments on tickets in last...</p>
-<ul>
-<li>7 days: $week_comments</li>
-<li>14 days: $fortnight_comments</li>
-<li>30 days: $month_comments</li>
-</ul>
-<!--
-<p># of ticket changes in the last...</p>
-<ul>
-<li>7 days:</li>
-<li>14 days:</li>
-<li>30 days:</li>
-</ul>
--->
+    <h1 class="title">Basic Statistics</h1>
+    <div class="content">
+      <div class="row">
+        <div class="column grid_12">
+          <p># tickets: $total</p>
+          <p># open tickets: $open</p>
+          <p># closed tickets: $closed</p>
+          <p># new tickets in the last...</p>
+          <ul>
+          <li>7 days: $week_tickets</li>
+          <li>14 days: $fortnight_tickets</li>
+          <li>30 days: $month_tickets</li>
+          </ul>
+          <p># of comments on tickets: $comments</p>
+          <p># of new comments on tickets in last...</p>
+          <ul>
+          <li>7 days: $week_comments</li>
+          <li>14 days: $fortnight_comments</li>
+          <li>30 days: $month_comments</li>
+          </ul>
+          <!--
+          <p># of ticket changes in the last...</p>
+          <ul>
+          <li>7 days:</li>
+          <li>14 days:</li>
+          <li>30 days:</li>
+          </ul>
+          -->
+        </div>
+      </div>
+    </div>
 
   </body>
 </html>