blob: c2073553eec58a7ff36fbee6efab5439c3d2b5da (
plain)
1
2
3
4
5
6
7
8
|
/* 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;
}
|