[PATCH wayland-web 1/7] Put a box around all code samples
Bill Spitzak
spitzak at gmail.com
Thu May 29 15:47:30 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