From 277f1963e6bebbaa5b5fa054f9ac7d0cbfa8f247 Mon Sep 17 00:00:00 2001 From: Tim Vink Date: Wed, 21 Oct 2020 16:08:49 +0200 Subject: [PATCH] Remove experimental CSS features, might be related to #22 --- mkdocs_print_site_plugin/css/print-site.css | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/mkdocs_print_site_plugin/css/print-site.css b/mkdocs_print_site_plugin/css/print-site.css index d22e2d6..4f78dc8 100644 --- a/mkdocs_print_site_plugin/css/print-site.css +++ b/mkdocs_print_site_plugin/css/print-site.css @@ -161,7 +161,7 @@ ul li.toc-nav-section-title { /* included bookmarks on h1 and h2 Doesn't work, but included In case Chrome gets support for these experimental CSS features that define PDF bookmarks */ - #print-site-page h1 { + /* #print-site-page h1 { bookmark-level: 1; bookmark-label: content(); -ah-bookmark-level: 1; @@ -172,7 +172,7 @@ ul li.toc-nav-section-title { bookmark-label: content(); -ah-bookmark-level: 2; -ro-pdf-bookmark-level: 2; - } + } */ /* Remove print site banner */ #print-site-banner { display: none; } @@ -224,7 +224,7 @@ ul li.toc-nav-section-title { } -@page { +/* @page { */ /* Note this CSS file is added to all MkDocs pages @@ -232,6 +232,6 @@ ul li.toc-nav-section-title { */ /* Prevent image page overflow */ - img { max-width: 500px !important; } + /* img { max-width:500px !important; } */ -} \ No newline at end of file +/* } */ \ No newline at end of file