On 11/27/17, Warren Young <war...@etr-usa.com> wrote:
>
> table.timelineTable {
>   border-collapse: separate;
> }
> td.timelineTableCell {
>   vertical-align: top;
>   text-align: left;
>   padding: 0.75em;
>   border: 1px #ccc solid;
>   border-radius: 1em;
> }
> span.timelineDetail {
>   font-size: 80%;
>   text-align: right;
>   float: right;
>   opacity: 0.75;
>   margin-top: 0.5em;
> }
>

Very nice!

If you also add:

   .clutter { display: inline; }
   .anticlutter { display: none; }

Then the timeline will come up in detailed mode.

I have installed the new look (temporarily at least) on
https://www.fossil-scm.org/fossil so that we can live with it for a
while to see how we like it.  The big down-side is that less
information is visible on a single screen now, so you have to scroll
more.  But that seems to be the trend with websites these days....

-- 
D. Richard Hipp
d...@sqlite.org
_______________________________________________
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