diff options
author | Richard W.M. Jones <rjones@redhat.com> | 2010-12-21 17:23:08 +0000 |
---|---|---|
committer | Richard W.M. Jones <rjones@redhat.com> | 2010-12-21 17:23:08 +0000 |
commit | 49b2ae2e69e1a273b4d4a8746a872ec00b91c86f (patch) | |
tree | fad603e2bc2455e11e6ce65fc3e8acb3acc9389f /html | |
parent | b1ca8b5fbb263fd945f21d0ccff99f40a59d562b (diff) | |
download | libguestfs-49b2ae2e69e1a273b4d4a8746a872ec00b91c86f.tar.gz libguestfs-49b2ae2e69e1a273b4d4a8746a872ec00b91c86f.tar.xz libguestfs-49b2ae2e69e1a273b4d4a8746a872ec00b91c86f.zip |
recipes: Refresh guestfish recipes.
Diffstat (limited to 'html')
-rw-r--r-- | html/recipes.css | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/html/recipes.css b/html/recipes.css index ecd61410..c2073553 100644 --- a/html/recipes.css +++ b/html/recipes.css @@ -1,8 +1,8 @@ /* CSS to make pod2html files look a little bit better. */ @import url("http://people.redhat.com/~rjones/css/standard.css"); -pre.example { - font-weight: bold; - width: 40em; - border: 1px solid #c00; +div.example pre { + /*font-weight: bold;*/ + width: 40em; + border: 1px solid #c00; }
\ No newline at end of file |