summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-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"
- }
-}