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


Re: [fossil-users] Suggestions for list of branches in web-UI

2016-05-25 Thread Ron W
On Tue, May 24, 2016 at 5:42 PM, Marko Käning 
wrote:
>
> BTW, I have noticed that there can be more than one private branch
> (automatically) named “private”…
>
> They all appear then under the link ‘private’ in the "branch name” column.
>

I didn't know private branches had a default name. I thought creating any
new branch required supplying a name.[1]

But yes, branch names can be re-used. This is because branches are
identified by tags on commits. While a special table could be used to
prevent this, no one has had enough of a problem with this to warrant
impeding re-use of branch names.



[1] Other than accidentally created, unnamed branches. Fossil calls these
"forks". Unfortunately, the larger open source community uses "fork" to
describe an intentional, persistent branch. such as gimpShop is a fork of
GIMP.
___
fossil-users mailing list
fossil-users@lists.fossil-scm.org
http://lists.fossil-scm.org:8080/cgi-bin/mailman/listinfo/fossil-users