From 0653ddac206ed6b0f297a41250b023d3dd6f919a Mon Sep 17 00:00:00 2001 From: abishek Date: Mon, 28 Feb 2022 19:43:09 +0530 Subject: [PATCH] Fixed the css to remove navigation. --- pdfstyles/hn.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pdfstyles/hn.css b/pdfstyles/hn.css index e04ab52..cf2aac8 100755 --- a/pdfstyles/hn.css +++ b/pdfstyles/hn.css @@ -1,4 +1,4 @@ -.pagetop, .subtext, form, .votearrow, .reply { +.pagetop, .subtext, form, .votearrow, .reply, .navs { display: none; }