summaryrefslogtreecommitdiffstats
path: root/html/recipes.css
blob: ecd61410408588536f1e383eefea78729cf32afe (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");

pre.example {
  font-weight: bold;
  width: 40em;
  border: 1px solid #c00;
}