On Fri, 18 Oct 2013 14:11:05 +0200, Stephan Beal <sgb...@googlemail.com> wrote:

On Fri, Oct 18, 2013 at 1:53 PM, Richard Hipp <d...@sqlite.org> wrote:

A new option in the Admin/Timeline setup menu allows you to change the
formatting of dates and times on the timeline to show the date with the
time on every entry, rather than showing the date in separate
"timelineDate" boxes.


i didn't think i'd like that layout, but it actually looks nicer, IMO:

yes, I fully agree. more checkins fit on the screen and it looks clearer.

w.r.t. to minor hair-splitting: it seems that the timeline squares have a baseline that is slightly too low compared to the time displayed on the left hand side of the box (and compared to the first line of the commit message, too). I would argue for trying to get the baseline of the box identical to the baseline of the neighboring text. if easily possible (some offset fixing?) that is. it's of course an irrelevant detail.


http://fossil.wanderinghorse.net/repos/libfossil/index.cgi/timeline

to get that effect i added the following CSS to my skin:

/* the format for the timeline time display */
.timelineTime {
  vertical-align: top;
  text-align: right;
  white-space: nowrap;
  font-family: monospace;
}



--
Using Opera's revolutionary email client: http://www.opera.com/mail/
_______________________________________________
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