summaryrefslogtreecommitdiffstats
path: root/html
diff options
context:
space:
mode:
authorRichard Jones <rjones@redhat.com>2009-04-25 12:20:15 +0100
committerRichard Jones <rjones@redhat.com>2009-04-25 12:20:15 +0100
commit396bc943ed9cb7c6df091b18bc2eebe93ccc27d1 (patch)
tree60ea5c26fab20de4fc32835051dfc2d8ea441055 /html
parentb86d7b975629ae099ad9a137ced6f23b17c1531a (diff)
downloadlibguestfs-396bc943ed9cb7c6df091b18bc2eebe93ccc27d1.tar.gz
libguestfs-396bc943ed9cb7c6df091b18bc2eebe93ccc27d1.tar.xz
libguestfs-396bc943ed9cb7c6df091b18bc2eebe93ccc27d1.zip
Improve CSS on recipes page.
Diffstat (limited to 'html')
-rw-r--r--html/recipes.css8
1 files changed, 8 insertions, 0 deletions
diff --git a/html/recipes.css b/html/recipes.css
new file mode 100644
index 00000000..6c012dca
--- /dev/null
+++ b/html/recipes.css
@@ -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