Fossil SCM
Change the date markers in file info pages to use the same CSS tags as the timeline.
Commit
53f04b180c9b8142c925227a320067092e5fe6f1
Parent
1b0c251575f07d5…
1 file changed
+1
-6
+1
-6
| --- src/info.c | ||
| +++ src/info.c | ||
| @@ -629,16 +629,11 @@ | ||
| 629 | 629 | int fnid = db_column_int(&q, 7); |
| 630 | 630 | char zShort[20]; |
| 631 | 631 | if( memcmp(zDate, zPrevDate, 10) ){ |
| 632 | 632 | sprintf(zPrevDate, "%.10s", zDate); |
| 633 | 633 | @ <tr><td colspan=3> |
| 634 | - @ <table cellpadding=2 border=0> | |
| 635 | - @ <tr><td bgcolor="#a0b5f4" class="border1"> | |
| 636 | - @ <table cellpadding=2 cellspacing=0 border=0><tr> | |
| 637 | - @ <td bgcolor="#d0d9f4" class="bkgnd1">%s(zPrevDate)</td> | |
| 638 | - @ </tr></table> | |
| 639 | - @ </td></tr></table> | |
| 634 | + @ <div class="divider">%s(zPrevDate)</div> | |
| 640 | 635 | @ </td></tr> |
| 641 | 636 | } |
| 642 | 637 | @ <tr><td valign="top">%s(&zDate[11])</td> |
| 643 | 638 | @ <td width="20"></td> |
| 644 | 639 | @ <td valign="top" align="left"> |
| 645 | 640 |
| --- src/info.c | |
| +++ src/info.c | |
| @@ -629,16 +629,11 @@ | |
| 629 | int fnid = db_column_int(&q, 7); |
| 630 | char zShort[20]; |
| 631 | if( memcmp(zDate, zPrevDate, 10) ){ |
| 632 | sprintf(zPrevDate, "%.10s", zDate); |
| 633 | @ <tr><td colspan=3> |
| 634 | @ <table cellpadding=2 border=0> |
| 635 | @ <tr><td bgcolor="#a0b5f4" class="border1"> |
| 636 | @ <table cellpadding=2 cellspacing=0 border=0><tr> |
| 637 | @ <td bgcolor="#d0d9f4" class="bkgnd1">%s(zPrevDate)</td> |
| 638 | @ </tr></table> |
| 639 | @ </td></tr></table> |
| 640 | @ </td></tr> |
| 641 | } |
| 642 | @ <tr><td valign="top">%s(&zDate[11])</td> |
| 643 | @ <td width="20"></td> |
| 644 | @ <td valign="top" align="left"> |
| 645 |
| --- src/info.c | |
| +++ src/info.c | |
| @@ -629,16 +629,11 @@ | |
| 629 | int fnid = db_column_int(&q, 7); |
| 630 | char zShort[20]; |
| 631 | if( memcmp(zDate, zPrevDate, 10) ){ |
| 632 | sprintf(zPrevDate, "%.10s", zDate); |
| 633 | @ <tr><td colspan=3> |
| 634 | @ <div class="divider">%s(zPrevDate)</div> |
| 635 | @ </td></tr> |
| 636 | } |
| 637 | @ <tr><td valign="top">%s(&zDate[11])</td> |
| 638 | @ <td width="20"></td> |
| 639 | @ <td valign="top" align="left"> |
| 640 |