Hi,

I just noticed that the Fossil’s web-UI’s timeline uses a proportional font
when rendering the commit messages. These are prefixed by shortened commit
hashes. Although all these have a length of 10 characters, they’ve different
rendered lengths in pixels which lets the timeline appear somewhat rough on
the left. I prefer to see all commit messages nicely left-aligned though...

Thus “a.timelineHistLink” is my friend and I’ve added this to the CSS
section of my skin:

---
a.timelineHistLink {
  font-family: courier;
}
---

That makes the timeline look better! ;-)

Greets,
Marko

_______________________________________________
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