Files
libguestfs/html/recipes.css
2009-04-25 12:20:15 +01:00

8 lines
199 B
CSS

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