Files
libguestfs/html/recipes.css
2010-12-21 17:23:08 +00:00

8 lines
217 B
CSS

/* CSS to make pod2html files look a little bit better. */
@import url("http://people.redhat.com/~rjones/css/standard.css");
div.example pre {
/*font-weight: bold;*/
width: 40em;
border: 1px solid #c00;
}