Mercurial > geeqie
changeset 1154:8ebeab4d6987
Remove colored background in headings for printable version.
author | zas_ |
---|---|
date | Mon, 17 Nov 2008 17:17:47 +0000 |
parents | b83e280ab7cc |
children | eff68aeb4647 |
files | doc/style_print.css |
diffstat | 1 files changed, 20 insertions(+), 0 deletions(-) [+] |
line wrap: on
line diff
--- 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; +} +