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:

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;
}

-- 
----- stephan beal
http://wanderinghorse.net/home/stephan/
http://gplus.to/sgbeal
"Since tyranny's the only guaranteed byproduct of those who insist on a
perfect world, freedom will have to do." -- Bigby Wolf
_______________________________________________
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