diff options
Diffstat (limited to 'mk/fptools.css')
-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 } |