diff options
| author | Ahmed Abdelhalim <[email protected]> | 2021-08-18 21:43:57 +0200 |
|---|---|---|
| committer | Ahmed Abdelhalim <[email protected]> | 2021-08-18 21:43:57 +0200 |
| commit | d92dea69e8de0828497654b77d047c4a0b9a30df (patch) | |
| tree | 9f473cd53a48031edb0edea018c57e15fd51fa89 | |
| parent | 46cf9c2ae36d355955d294d3eb4ea4b550ff54f1 (diff) | |
Remove Chrome/Chromium browser-specific PDF disclaimer
| -rw-r--r-- | app/print.styl | 14 |
1 files changed, 0 insertions, 14 deletions
diff --git a/app/print.styl b/app/print.styl index 594ad24..7f5cff3 100644 --- a/app/print.styl +++ b/app/print.styl @@ -19,17 +19,3 @@ body { @require "stylesheets/print/work.styl" @require "stylesheets/print/projects.styl" @require "stylesheets/print/education.styl" - -@supports (-webkit-appearance:none) and (column-fill:auto) and (not (-ms-accelerator:true)) and (not (overflow:-webkit-marquee)) and (not (-moz-appearance:none)) { - footer { - display: block - position: fixed - bottom: 0; - font-size: 5pt - } - - footer:after { - color: #F7F7F7 - content: "Disclaimer: generated from https://a14m.me" - } -} |
