From 3471aefa886e775b3c991afeb95f9cd449eaa3d9 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?S=C3=B6ren=20Weber?= Date: Wed, 29 Sep 2021 23:04:20 +0200 Subject: [PATCH] theme: adjust print style for horizontal rulers #93 --- static/css/print.css | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/static/css/print.css b/static/css/print.css index 4280e83a94..3af3c104af 100644 --- a/static/css/print.css +++ b/static/css/print.css @@ -37,6 +37,12 @@ pre { /* we don't need this while printing */ display: none !important; } +hr{ + border-bottom: 1px solid #ddd; +} +#chapter h1 { + border-bottom: 1px solid #ddd; +} .footline { /* in print mode show footer line to signal reader the end of document */ border-top: 1px solid #ddd;