Improve CSS on recipes page.
[libguestfs.git] / html / recipes.css
diff --git a/html/recipes.css b/html/recipes.css
new file mode 100644 (file)
index 0000000..6c012dc
--- /dev/null
@@ -0,0 +1,8 @@
+/* CSS to make pod2html files look a little bit better. */
+@import url("http://et.redhat.com/~rjones/css/standard.css");
+
+pre.example {
+  font-weight: bold;
+  width: 40em;
+  border: 1px solid #c00;
+}
\ No newline at end of file