Remove colored background in headings for printable version.
authorLaurent Monin <geeqie@norz.org>
Mon, 17 Nov 2008 17:17:47 +0000 (17:17 +0000)
committerLaurent Monin <geeqie@norz.org>
Mon, 17 Nov 2008 17:17:47 +0000 (17:17 +0000)
doc/style_print.css

index 723990d..9fc6f58 100644 (file)
@@ -28,3 +28,23 @@ a[href^="/"]:after {
        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;
+}
+