Move MOTDs to the bottom.
authorMike Taylor <mike@indexdata.com>
Wed, 5 Feb 2014 17:42:07 +0000 (17:42 +0000)
committerMike Taylor <mike@indexdata.com>
Wed, 5 Feb 2014 17:42:07 +0000 (17:42 +0000)
Fix team-name for second.

examples/htdocs/mike.html

index f73adbb..e78f4d4 100644 (file)
@@ -28,7 +28,6 @@
          <div class="mkwsResults"></div>
          <div class="mkwsTargets"></div>
          <div class="mkwsStat"></div>
-         <div class="mkwsMOTD">This is the first MOTD</div>
        </td>
        <td valign="top" width="50%">
          <div class="mkwsSwitch mkwsTeam_2"></div>
          <div class="mkwsResults mkwsTeam_2"></div>
          <div class="mkwsTargets mkwsTeam_2"></div>
          <div class="mkwsStat mkwsTeam_2"></div>
-         <div class="mkwsMOTD">This is the second MOTD</div>
        </td>
       </tr>
     </table>
+    <div class="mkwsMOTD">This is the first MOTD</div>
+    <div class="mkwsMOTD mkwsTeam_2">This is the second MOTD</div>
   </body>
 </html>