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;