diff --git a/styles/readtheorg/css/readtheorg.css b/styles/readtheorg/css/readtheorg.css index 5fcc065..2ad7e3d 100755 --- a/styles/readtheorg/css/readtheorg.css +++ b/styles/readtheorg/css/readtheorg.css @@ -195,16 +195,18 @@ dl dd{ } @media print{ -} - -@media print{ - #copyright,footer{ + #postamble{ display:none} #content{ margin-left:0} } +@media print{ + #table-of-contents{ + display:none} +} + @media screen and (max-width: 768px){ } diff --git a/styles/readtheorg/readtheorg.org b/styles/readtheorg/readtheorg.org index e6faa64..8b77153 100755 --- a/styles/readtheorg/readtheorg.org +++ b/styles/readtheorg/readtheorg.org @@ -228,7 +228,7 @@ dl dd{ html,body,section{ background:none !important} - *{ + ,,*{ box-shadow:none !important; text-shadow:none !important; filter:none !important; @@ -261,15 +261,17 @@ dl dd{ } @media print{ -} - -@media print{ - #copyright,footer{ + #postamble{ display:none} #content{ margin-left:0} } + +@media print{ + #table-of-contents{ + display:none} +} #+end_src #+begin_src css