From 7b8830c8da4373a5e9587660b0383317a84d6a6e Mon Sep 17 00:00:00 2001 From: Ross Paterson Date: Sun, 10 Sep 2006 14:39:41 +0000 Subject: [PATCH] adapt stylesheet to example-contents class used by xsltproc --- mk/fptools.css | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/mk/fptools.css b/mk/fptools.css index 5c7fc47..97f276c 100644 --- a/mk/fptools.css +++ b/mk/fptools.css @@ -24,12 +24,15 @@ pre.screen { color: #006400 } pre.programlisting { color: maroon } div.example { - background-color: #fffcf5; margin: 1ex 0em; border: solid #412e25 1px; padding: 0ex 0.4em } +div.example, div.example-contents { + background-color: #fffcf5 +} + a:link { color: #0000C8 } a:hover { background: #FFFFA8 } a:active { color: #D00000 } -- 1.7.10.4