From 396bc943ed9cb7c6df091b18bc2eebe93ccc27d1 Mon Sep 17 00:00:00 2001 From: Richard Jones Date: Sat, 25 Apr 2009 12:20:15 +0100 Subject: Improve CSS on recipes page. --- html/recipes.css | 8 ++++++++ 1 file changed, 8 insertions(+) create mode 100644 html/recipes.css (limited to 'html') diff --git a/html/recipes.css b/html/recipes.css new file mode 100644 index 00000000..6c012dca --- /dev/null +++ b/html/recipes.css @@ -0,0 +1,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; +} \ No newline at end of file -- cgit