[PATCH wayland-web 1/7] Put a box around all code samples

2014-06-03 Thread Bill Spitzak
From: Bill Spitzak Added "comment" css class to colorize comments --- wayland.css |2 ++ 1 file changed, 2 insertions(+) diff --git a/wayland.css b/wayland.css index 7f058ba..d7ef79f 100644 --- a/wayland.css +++ b/wayland.css @@ -8,3 +8,5 @@ a { color: #444; } a:hover { color: #888; } a:v

[PATCH wayland-web 1/7] Put a box around all code samples

2014-05-30 Thread Bill Spitzak
From: Bill Spitzak Added "comment" css class to colorize comments --- wayland.css |2 ++ 1 file changed, 2 insertions(+) diff --git a/wayland.css b/wayland.css index 7f058ba..d7ef79f 100644 --- a/wayland.css +++ b/wayland.css @@ -8,3 +8,5 @@ a { color: #444; } a:hover { color: #888; } a:v

[PATCH wayland-web 1/7] Put a box around all code samples

2014-05-29 Thread Bill Spitzak
From: Bill Spitzak Added "comment" css class to colorize comments --- wayland.css |2 ++ 1 file changed, 2 insertions(+) diff --git a/wayland.css b/wayland.css index 7f058ba..d7ef79f 100644 --- a/wayland.css +++ b/wayland.css @@ -8,3 +8,5 @@ a { color: #444; } a:hover { color: #888; } a:v

Re: [PATCH wayland-web 1/7] Put a box around all code samples

2014-05-26 Thread Pekka Paalanen
On Mon, 26 May 2014 10:11:41 -0700 Bill Spitzak wrote: > On 05/26/2014 01:40 AM, Pekka Paalanen wrote: > > > I put what I did so far to: > > http://cgit.collabora.com/git/user/pq/wayland-web.git/log/?h=for-bill > > > > Could you take that branch and work it into a complete new > > series with yo

Re: [PATCH wayland-web 1/7] Put a box around all code samples

2014-05-26 Thread Bill Spitzak
On 05/26/2014 01:40 AM, Pekka Paalanen wrote: I put what I did so far to: http://cgit.collabora.com/git/user/pq/wayland-web.git/log/?h=for-bill Could you take that branch and work it into a complete new series with your other changes? Thanks, I will base the next version on that. I think I on

Re: [PATCH wayland-web 1/7] Put a box around all code samples

2014-05-26 Thread Pekka Paalanen
On Fri, 23 May 2014 18:57:38 -0700 Bill Spitzak wrote: > Not sure what happened here. I tested this and it came out with a header > email, with all the patches as replies to it. But when I did it for real > the header disappared. Header message: > > This is v4 of this patch. It has been split

Re: [PATCH wayland-web 1/7] Put a box around all code samples

2014-05-25 Thread Pekka Paalanen
On Sun, 25 May 2014 13:41:08 -0700 Bill Spitzak wrote: > On 05/24/2014 12:45 AM, Pekka Paalanen wrote: > > - --with-xkb-config-root should not be needed, xkeyboard-config > >instead is. > > What is xkeyboard-config, a program I should run? > > I'm also wondering if this is redundant with th

Re: [PATCH wayland-web 1/7] Put a box around all code samples

2014-05-25 Thread Bill Spitzak
On 05/24/2014 12:45 AM, Pekka Paalanen wrote: On Fri, 23 May 2014 18:57:38 -0700 Bill Spitzak wrote: Not sure what happened here. I tested this and it came out with a header email, with all the patches as replies to it. But when I did it for real the header disappared. Header message: This is

Re: [PATCH wayland-web 1/7] Put a box around all code samples

2014-05-24 Thread Pekka Paalanen
On Fri, 23 May 2014 18:57:38 -0700 Bill Spitzak wrote: > Not sure what happened here. I tested this and it came out with a > header email, with all the patches as replies to it. But when I > did it for real the header disappared. Header message: > > This is v4 of this patch. It has been split in

Re: [PATCH wayland-web 1/7] Put a box around all code samples

2014-05-23 Thread Bill Spitzak
Not sure what happened here. I tested this and it came out with a header email, with all the patches as replies to it. But when I did it for real the header disappared. Header message: This is v4 of this patch. It has been split into several commits, the diffs reduced by avoiding refilling para

[PATCH wayland-web 1/7] Put a box around all code samples

2014-05-23 Thread Bill Spitzak
From: Bill Spitzak --- wayland.css |1 + 1 file changed, 1 insertion(+) diff --git a/wayland.css b/wayland.css index 7f058ba..003732d 100644 --- a/wayland.css +++ b/wayland.css @@ -8,3 +8,4 @@ a { color: #444; } a:hover { color: #888; } a:visited { color: #666; } li { margin: 10px 0px; }