On Nov 27, 2017, at 7:04 PM, Steve Landers <st...@digitalsmarties.com> wrote:
> 
> Note that I would retain the rounded corners on Warren’s backgrounds, they 
> make the visuals “softer”.

You can have that without the stroked borders:

td.timelineTableCell {
  border-radius: 10px;
  background-color: #f8f8f8;
}

That is, don’t define a border style, just apply the border radius to the td 
element, which rounds the corners of the background color.  Set a very pale 
background color as a default for the “normal” case, then let Fossil override 
that for branches and such.

With this, I’d suggest increasing padding to 0.75 em.  It gets a bit crowded in 
the corners otherwise.

Preview:

    https://imgur.com/a/a7nlN
_______________________________________________
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