update tutorial to the new api. Add some doc about cursors. Add some colors to sectio...
[free-sw/xcb/libxcb] / doc / tutorial / xcb.css
old mode 100755 (executable)
new mode 100644 (file)
index 460f27c..d2ab886
@@ -101,4 +101,23 @@ span.code
   font-family: monospace;
   font-size: 12px;
 }
-
+pre.code type
+{
+  color: #44bb44;
+}
+pre.code function
+{
+  color: #449fb7;
+}
+pre.code include
+{
+  color: #7d93ae;
+}
+pre.code string
+{
+  color: #ef6e4b;
+}
+pre.code keyword
+{
+  color: #00bbbb;
+}