From: Ross Paterson Date: Sun, 10 Sep 2006 14:39:41 +0000 (+0000) Subject: adapt stylesheet to example-contents class used by xsltproc X-Git-Tag: Before_FC_branch_merge~35 X-Git-Url: http://git.megacz.com/?p=ghc-hetmet.git;a=commitdiff_plain;h=7b8830c8da4373a5e9587660b0383317a84d6a6e;hp=983a0f014a12c290ce5efec0b732ad54dd8a281a adapt stylesheet to example-contents class used by xsltproc --- 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 }