On Tue, Dec 16, 2014 at 2:11 PM, Stephan Beal <sgb...@googlemail.com> wrote:
>
>
> The latest code now shows the time of the check-in and file times relative
>> to the main check-in time, as a negative interval.  I think that works
>> better.
>>
>
> i think i'd rather see something like the mouseover than the lines around:
>
> https://www.fossil-scm.org/fossil/fileage?name=trunk
>
>
>
That's all controlled by CSS so it is easy to customize.  I added overrides
in the CSS for the canonical Fossil site.  But I don't think I like them.
Take a look and see what you think.

The added rules are:


.fileage tr:hover {
  background-color: #eee;
}
.fileage td {
  vertical-align: top;
  text-align: left;
  padding-top: 1ex;
}

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