On 12/14/17, John P. Rouillard <[email protected]> wrote: >> >>.timelineModernCell[id], .timelineColumnarCell[id], .timelineDetailCell[id] >> { >> background-color: #333; >>} >
You picked up an extra space character on the copy/paste, in between the last "id" and the following "]". You can clearly see this space if you look at https://rouilj.dynamic-dns.net/fossil/roundup_sysadmin/style.css Remove that extra space, and I think it should work a lot better for you. -- D. Richard Hipp [email protected] _______________________________________________ fossil-users mailing list [email protected] http://lists.fossil-scm.org:8080/cgi-bin/mailman/listinfo/fossil-users

