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

spitzak at gmail.com spitzak at gmail.com
Wed May 28 00:04:04 PDT 2014


From: Bill Spitzak <wspitzak at oblong.com>

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:visited { color: #666; }
 li { margin: 10px 0px; }
+pre { border: 1px solid; padding: 10px; background: #eee; }
+.comment { color: #800; }
-- 
1.7.9.5



More information about the wayland-devel mailing list