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