Re: [fossil-users] web-UI's timeline should use non-proportional font for commit hashes

2016-05-29 Thread Marko Käning
Hi Ron,

On 25 May 2016, at 18:07 , Ron W  wrote:

> Fossil has the capability for user defined "skins". Never used it myself, but 
> I have seen some nice custom skins for Fossil.

I know. I was using them to defined the font in its CSS section.


> BTW, I assume CSS has styling modifiers, so I'd probably use "font-style" (or 
> whatever it is) to specify "monospaced”.

Yeah, it would be “monospace” without a trailing ‘d’, but “courier” actually 
looks better, as its font size is matching.

Greets,
Marko
___
fossil-users mailing list
fossil-users@lists.fossil-scm.org
http://lists.fossil-scm.org:8080/cgi-bin/mailman/listinfo/fossil-users


Re: [fossil-users] web-UI's timeline should use non-proportional font for commit hashes

2016-05-25 Thread Ron W
On Tue, May 24, 2016 at 6:53 PM, Marko Käning 
wrote:

>
> ---
> a.timelineHistLink {
>   font-family: courier;
> }
> ---
>
>
Fossil has the capability for user defined "skins". Never used it myself,
but I have seen some nice custom skins for Fossil.

BTW, I assume CSS has styling modifiers, so I'd probably use "font-style"
(or whatever it is) to specify "monospaced".
___
fossil-users mailing list
fossil-users@lists.fossil-scm.org
http://lists.fossil-scm.org:8080/cgi-bin/mailman/listinfo/fossil-users


[fossil-users] web-UI's timeline should use non-proportional font for commit hashes

2016-05-24 Thread Marko Käning
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