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

2014-05-28 Thread Bill Spitzak
Please ignore these 2, they were sent by accident. Git send-email apparently ignored by --to switch? ___ wayland-devel mailing list wayland-devel@lists.freedesktop.org http://lists.freedesktop.org/mailman/listinfo/wayland-devel

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

2014-05-28 Thread Bill Spitzak
This series is v4 of the patches. It includes changes suggested by Pekka and many other fixes. The final patch (adding help for dependencies) still needs work to add links to the projects home pages, but I think the first 5 patches are ok. Sorry for the email screwup. git send-email --compose

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

2014-05-28 Thread 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/6] Put a box around all code samples

2014-05-28 Thread 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