Re: [fossil-users] diff coloring missing?

2017-11-30 Thread Warren Young
On Nov 30, 2017, at 9:07 AM, Marc Simpson  wrote:
> 
> Re: CSS issues: I think the default skin would be a bit more readable
> with 1 or 2 pixels of space between these newly added commit
> bubbles/boxes.
> 
> (Adjacency currently yields a doubly thick shared line.)

My original design had about 2 px of spacing, but I think it looks better with 
4.

The double-thick line thing is happening due to 

table.timelineTable {
  border-spacing: 0;
}

on line 205 of the default CSS.
___
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] diff coloring missing?

2017-11-30 Thread jungle Boogie
On 30 November 2017 at 08:07, Marc Simpson  wrote:
> Re: CSS issues: I think the default skin would be a bit more readable
> with 1 or 2 pixels of space between these newly added commit
> bubbles/boxes.
>
> (Adjacency currently yields a doubly thick shared line.)

Comparing to the sqlite skin, I agree with this improvement:
https://www.sqlite.org/src/timeline
vs.
https://www.fossil-scm.org/fossil/timeline



-- 
---
inum: 883510009027723
sip: jungleboo...@sip2sip.info
___
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] diff coloring missing?

2017-11-30 Thread Marc Simpson
Re: CSS issues: I think the default skin would be a bit more readable
with 1 or 2 pixels of space between these newly added commit
bubbles/boxes.

(Adjacency currently yields a doubly thick shared line.)

On Thu, Nov 30, 2017 at 7:16 AM, jungle Boogie  wrote:
> On 30 November 2017 at 06:36, Martin Gagnon  wrote:
>> Do ctrl-f5 to force a full refresh. CSS is cached.
>>
>
> Yes, now it back!
> ___
> fossil-users mailing list
> fossil-users@lists.fossil-scm.org
> http://lists.fossil-scm.org:8080/cgi-bin/mailman/listinfo/fossil-users
___
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] diff coloring missing?

2017-11-30 Thread jungle Boogie
On 30 November 2017 at 06:36, Martin Gagnon  wrote:
> Do ctrl-f5 to force a full refresh. CSS is cached.
>

Yes, now it back!
___
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] diff coloring missing?

2017-11-30 Thread Martin Gagnon
Do ctrl-f5 to force a full refresh. CSS is cached.

Le jeu. 30 nov. 2017 à 09:31, jungle Boogie  a
écrit :

> On Nov 30, 2017 3:35 AM, "Richard Hipp"  wrote:
> >
> > On 11/30/17, jungle Boogie  wrote:
> > >>
> > >> In previous builds, this commit would certainly have a number of green
> > >> lines, but that's not the case anymore.
> > >
> > > bisect complete
> > >   4 BAD 2017-11-29 19:18:45 5c9c51be5f033de2 CURRENT
> > >   3 GOOD2017-11-29 16:20:29 f9fc914eaef2c9e7
> > >   2 GOOD2017-11-29 16:06:09 5beb3614960f2c3e
> > >   1 GOOD2017-11-29 14:05:43 c94f6085489effe6
> >
> > Thanks for the bisect.  Should be working again, now.  Let me know if
> > you spot any other CSS issues.
> >
>
> Hmmm, I still don't see it working on the website, and it looks like
> you're running the latest code. I'll check more closely if my bisect was
> wrong.
>
> > --
> > D. Richard Hipp
> > d...@sqlite.org
> >
> ___
> fossil-users mailing list
> fossil-users@lists.fossil-scm.org
> http://lists.fossil-scm.org:8080/cgi-bin/mailman/listinfo/fossil-users
>
___
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] diff coloring missing?

2017-11-30 Thread jungle Boogie
On Nov 30, 2017 3:35 AM, "Richard Hipp"  wrote:
>
> On 11/30/17, jungle Boogie  wrote:
> >>
> >> In previous builds, this commit would certainly have a number of green
> >> lines, but that's not the case anymore.
> >
> > bisect complete
> >   4 BAD 2017-11-29 19:18:45 5c9c51be5f033de2 CURRENT
> >   3 GOOD2017-11-29 16:20:29 f9fc914eaef2c9e7
> >   2 GOOD2017-11-29 16:06:09 5beb3614960f2c3e
> >   1 GOOD2017-11-29 14:05:43 c94f6085489effe6
>
> Thanks for the bisect.  Should be working again, now.  Let me know if
> you spot any other CSS issues.
>
Hmmm, I still don't see it working on the website, and it looks like you're
running the latest code. I'll check more closely if my bisect was wrong.

> --
> D. Richard Hipp
> d...@sqlite.org
>
___
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] diff coloring missing?

2017-11-30 Thread Richard Hipp
On 11/30/17, jungle Boogie  wrote:
>>
>> In previous builds, this commit would certainly have a number of green
>> lines, but that's not the case anymore.
>
> bisect complete
>   4 BAD 2017-11-29 19:18:45 5c9c51be5f033de2 CURRENT
>   3 GOOD2017-11-29 16:20:29 f9fc914eaef2c9e7
>   2 GOOD2017-11-29 16:06:09 5beb3614960f2c3e
>   1 GOOD2017-11-29 14:05:43 c94f6085489effe6

Thanks for the bisect.  Should be working again, now.  Let me know if
you spot any other CSS issues.

-- 
D. Richard Hipp
d...@sqlite.org
___
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] diff coloring missing?

2017-11-29 Thread jungle Boogie
On Nov 29, 2017 9:29 PM, "Jungle Boogie"  wrote:
>
> Hi All,
>
> I don't think this is just an issue with my browser...
>
> https://www.fossil-scm.org/index.html/info/c94f6085489effe6
>
> In previous builds, this commit would certainly have a number of green
> lines, but that's not the case anymore.
>
> Same with the unified diff version, too:
> https://www.fossil-scm.org/index.html/vinfo/c94f6085489effe6?sbs=0
>
> What's happened?

bisect complete
  4 BAD 2017-11-29 19:18:45 5c9c51be5f033de2 CURRENT
  3 GOOD2017-11-29 16:20:29 f9fc914eaef2c9e7
  2 GOOD2017-11-29 16:06:09 5beb3614960f2c3e
  1 GOOD2017-11-29 14:05:43 c94f6085489effe6

>
> Thanks!
___
fossil-users mailing list
fossil-users@lists.fossil-scm.org
http://lists.fossil-scm.org:8080/cgi-bin/mailman/listinfo/fossil-users


[fossil-users] diff coloring missing?

2017-11-29 Thread Jungle Boogie
Hi All,

I don't think this is just an issue with my browser...

https://www.fossil-scm.org/index.html/info/c94f6085489effe6

In previous builds, this commit would certainly have a number of green
lines, but that's not the case anymore.

Same with the unified diff version, too:
https://www.fossil-scm.org/index.html/vinfo/c94f6085489effe6?sbs=0

What's happened?

Thanks!
___
fossil-users mailing list
fossil-users@lists.fossil-scm.org
http://lists.fossil-scm.org:8080/cgi-bin/mailman/listinfo/fossil-users