Default results template should not need a table.
authorJason Skomorowski <jason@indexdata.com>
Thu, 30 Oct 2014 20:28:33 +0000 (16:28 -0400)
committerJason Skomorowski <jason@indexdata.com>
Thu, 30 Oct 2014 20:28:33 +0000 (16:28 -0400)
src/templates/results.handlebars

index fcda1bc..77adeec 100644 (file)
@@ -3,22 +3,11 @@ Results -- compound widget to display search results
 
 team - team for this widget
 }}
 
 team - team for this widget
 }}
-<table width="100%" border="0" cellpadding="6" cellspacing="0">
-  <tr>
-    <td class="mkws-termlists-container-wide mkws-team-{{team}}" width="250" valign="top">
-      <div class="mkws-termlists mkwsTermlists mkws-team-{{team}}"></div>
-    </td>
-    <td class="mkws-motd-container mkwsMOTDContainer mkws-team-{{team}}" valign="top">
-      <div class="mkws-ranking mkwsRanking mkws-team-{{team}}"></div>
-      <div class="mkws-pager mkwsPager mkws-team-{{team}}"></div>
-      <div class="mkws-navi mkwsNavi mkws-team-{{team}}"></div>
-      <div class="mkws-records mkwsRecords mkws-team-{{team}}"></div>
-    </td>
-  </tr>
-  <tr>
-    <td colspan="2">
-      <div class="mkws-termlists-container-narrow mkws-team-{{team}}"></div>
-    </td>
-  </tr>
-</table>
+<div class="mkws-termlists mkwsTermlists mkws-team-{{team}}"></div>
+<div class="mkws-motd-container mkwsMOTDContainer mkws-team-{{team}}" valign="top">
+  <div class="mkws-ranking mkwsRanking mkws-team-{{team}}"></div>
+  <div class="mkws-pager mkwsPager mkws-team-{{team}}"></div>
+  <div class="mkws-navi mkwsNavi mkws-team-{{team}}"></div>
+  <div class="mkws-records mkwsRecords mkws-team-{{team}}"></div>
+</div>