On 11/25/17, Richard Hipp <d...@sqlite.org> wrote:
> On 11/25/17, sky5w...@gmail.com <sky5w...@gmail.com> wrote:
>> Ok, the current behavior is cool, but renders the ellipses superfluous.
>> Clicking anywhere in a line expands/contracts the info.
>> Any chance to drop the many many ⋯'s after all my comments?
>>
>
> I think the following CSS will do that for you:
>
>     .timelineEllipsis { display: 'none'; }

No, that won't work, because the toggleEllipsis() JS function will get confused.

How about making your ellipsis very small:

   .timelineEllipsis { font-size: 50%; }

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