diff options
author | Ross Paterson <ross@soi.city.ac.uk> | 2006-09-10 14:39:41 +0000 |
---|---|---|
committer | Ross Paterson <ross@soi.city.ac.uk> | 2006-09-10 14:39:41 +0000 |
commit | 7b8830c8da4373a5e9587660b0383317a84d6a6e (patch) | |
tree | 5b27c0ad59a11e32512c5a070c334c4c4b23fe2f /mk | |
parent | 983a0f014a12c290ce5efec0b732ad54dd8a281a (diff) | |
download | haskell-7b8830c8da4373a5e9587660b0383317a84d6a6e.tar.gz |
adapt stylesheet to example-contents class used by xsltproc
Diffstat (limited to 'mk')
-rw-r--r-- | mk/fptools.css | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/mk/fptools.css b/mk/fptools.css index 5c7fc47bc5..97f276c8d5 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 } |