Files
libguestfs/html/recipes.css
Richard Jones 9a608a1516 Documentation updates.
Fix copyright years.
Fix URLs to point to new PRC site.
Make sure guestfish(1) and guestfs(3) manpages reference the
current list of tools.
2010-04-11 17:02:18 +01:00

8 lines
203 B
CSS

/* 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;
}