summaryrefslogtreecommitdiffstats
path: root/app
diff options
context:
space:
mode:
authorAhmed Abdelhalim <[email protected]>2021-08-18 21:43:57 +0200
committerAhmed Abdelhalim <[email protected]>2021-08-18 21:43:57 +0200
commitd92dea69e8de0828497654b77d047c4a0b9a30df (patch)
tree9f473cd53a48031edb0edea018c57e15fd51fa89 /app
parent46cf9c2ae36d355955d294d3eb4ea4b550ff54f1 (diff)
Remove Chrome/Chromium browser-specific PDF disclaimer
Diffstat (limited to 'app')
-rw-r--r--app/print.styl14
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"
- }
-}