mirror of
https://github.com/libguestfs/libguestfs.git
synced 2026-03-22 07:03:38 +00:00
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.
8 lines
203 B
CSS
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;
|
|
} |