# HG changeset patch # User zas_ # Date 1226942267 0 # Node ID 8ebeab4d6987f2040ddffa1f54bb299d03510298 # Parent b83e280ab7ccb10bb591cf5164e51f937857a527 Remove colored background in headings for printable version. diff -r b83e280ab7cc -r 8ebeab4d6987 doc/style_print.css --- a/doc/style_print.css Mon Nov 17 17:09:44 2008 +0000 +++ b/doc/style_print.css Mon Nov 17 17:17:47 2008 +0000 @@ -28,3 +28,23 @@ content: " (http://www.example.com" attr(href) ") "; } */ + +h1 { + background: white; + border-bottom: 1px dotted gray; +} + +h2 { + background: white; + border-bottom: 1px dotted gray; +} + +h3 { + background: white; + border-bottom: 1px dotted gray; +} + +.dialog_desc dt { + border: 1px dotted gray; +} +