Hello,

Index: src/browse.c
==================================================================
--- /home/juef/fossil/e/fossil/src/browse.c~0   2015-02-24 16:31:46.677114589 
+0200
+++ /home/juef/fossil/e/fossil/src/browse.c     2015-02-24 16:21:11.700411735 
+0200
@@ -1035,7 +1035,7 @@
   @ %z(href("%R/timeline?c=%t",zNow))%s(zNow)</a>.</p>
   @
   @ <div class='fileage'><table>
-  @ <tr><th>Time</th><th>Files</th><th>Checkin</th></tr>
+  @ <thead><tr><th>Time</th><th>Files</th><th>Checkin</th></tr></thead><tbody>
   db_prepare(&q1,
     "SELECT event.mtime, event.objid, blob.uuid,\n"
     "       coalesce(event.ecomment,event.comment),\n"
@@ -1091,7 +1091,7 @@
     @
     fossil_free(zAge);
   }
-  @ </table></div>
+  @ </tbody></table></div>
   db_finalize(&q1);
   db_finalize(&q2);
   style_footer();
Index: src/style.c
==================================================================
--- /home/juef/fossil/e/fossil/src/style.c~0    2015-02-24 16:31:46.827114598 
+0200
+++ /home/juef/fossil/e/fossil/src/style.c      2015-02-24 16:07:38.153698705 
+0200
@@ -1244,7 +1244,7 @@
     "The fileage table",
     @ border-spacing: 0;
   },
-  { ".fileage tr:hover",
+  { ".fileage tbody tr:hover",
     "Mouse-over effects for the file-age table",
     @ background-color: #eee;
   },


BTW, the manual page is not installing by the command ```make install```


-- 
http://www.juef.tk/
_______________________________________________
fossil-users mailing list
fossil-users@lists.fossil-scm.org
http://lists.fossil-scm.org:8080/cgi-bin/mailman/listinfo/fossil-users

Reply via email to