On Mar 30, 2017, at 9:32 PM, The Tick <the.t...@gmx.com> wrote:
> 
> I don't know a lot about css but with the raw fossil html:
> 
> <td class="timelineTableCell”>

You’re not looking at the right part of the HTML.

Instead of opening the raw HTML source in your browser’s View Source feature, 
right-click what you’re interested in modifying and select the browser’s 
“Inspect” option.  (Just tested it in recent versions of Chrome, Firefox, IE, 
Safari, and Edge.)

You might need to enable a “developer” feature to get this in some browsers, 
and Edge didn’t give me the “Inspect Element” context menu option until I 
opened the F12 developer tools window once.

You’ll find that when doing this to a checkin comment in Fossil UI, you’ll be 
pointed right at the <span class="timelineComment"> that the CSS you gave 
refers to.


_______________________________________________
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