Diff
Not logged in

Differences From:

File src/info.c part of check-in [c7fe01fe8e] - The "artifact" webpage renders wiki as wiki and html as html but gives submenu items to convert the rendering back to plain text (and hexdump). by drh on 2009-01-29 02:42:11. [view]

To:

File src/info.c part of check-in [53f04b180c] - Change the date markers in file info pages to use the same CSS tags as the timeline. by drh on 2009-08-11 15:14:22. [view]

@@ -630,14 +630,9 @@
     char zShort[20];
     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>
     @ <td width="20"></td>