Diff
Not logged in

Differences From:

File src/timeline.c part of check-in [c963a7763d] - Much improved wiki rendering. Automatic paragraph tags now match correctly. All tags should balance. by drh on 2007-10-13 01:18:52. [view]

To:

File src/timeline.c part of check-in [34af72801d] - New default header and footer and CSS. Add the ability to edit the footer. by drh on 2007-11-23 22:09:47. [view]

@@ -130,14 +130,9 @@
     }
     if( memcmp(zDate, zPrevDate, 10) ){
       sprintf(zPrevDate, "%.10s", zDate);
       @ <tr><td colspan=3>
-      @ <table cellpadding=2 border=0>
-      @ <tr><td bgcolor="#a0b5f4" class="border1">
-      @ <table cellpadding=2 cellspacing=0 border=0><tr>
-      @ <td bgcolor="#d0d9f4" class="bkgnd1">%s(zPrevDate)</td>
-      @ </tr></table>
-      @ </td></tr></table>
+      @   <div class="divider">%s(zPrevDate)</div>
       @ </td></tr>
     }
     @ <tr>
     @ <td valign="top">%s(&zDate[11])</td>