* [Previous page] [Next page] would be nice in addition to last
10, day, week, etc.
* Putting the commit headline and "X hour"s ago in a separate
div or span next to each other, so that a long commit headline
wraps properly and does not start the second line just under
the "X hours ago" timestamp would be nicer (you can see what I
mean easily by narrowing the browser window).
On Thu, 2005-05-12 at 13:07 -0700, Junio C Hamano wrote:
* [Previous page] [Next page] would be nice in addition to last
10, day, week, etc.
That should be easy to do with the parameters we have now for the
git-rev-list. I will first finish the new browser through the
trees/files, then the project overview page and after that try the
pager,
* Putting the commit headline and "X hour"s ago in a separate
div or span next to each other, so that a long commit headline
wraps properly and does not start the second line just under
the "X hours ago" timestamp would be nicer (you can see what I
mean easily by narrowing the browser window).
Block elements (div) are not allowed inside an a-tag in XHTML/Strict -
don't know how to do this, cause the whole headline should be a link
without the use of javascript. :)
Thanks,
Kay