From 6c8e30b70135d7cb25b769ab8f7ee1f161fbaa9b Mon Sep 17 00:00:00 2001 From: Andreas Stephanides Date: Thu, 4 Jun 2015 12:47:52 +0200 Subject: [PATCH] gitignore --- .gitignore | 4 ++++ app/assets/stylesheets/print.css | 19 +++++++++++++++++++ 2 files changed, 23 insertions(+) create mode 100644 app/assets/stylesheets/print.css diff --git a/.gitignore b/.gitignore index 88e46a3..d33a9d7 100755 --- a/.gitignore +++ b/.gitignore @@ -1,3 +1,7 @@ +/test2.pdf +/test.pdf +/output.json +/ignore /app/views/neuigkeiten/_compact.bak.html.erb /config/crawl_config.yml /db/data.yml diff --git a/app/assets/stylesheets/print.css b/app/assets/stylesheets/print.css new file mode 100644 index 0000000..239354f --- /dev/null +++ b/app/assets/stylesheets/print.css @@ -0,0 +1,19 @@ +@page :first { + @bottom-right-corner { + content: none + } +} +@page { + @top-center { + content: element(heading); + } + @left-top { + + } + @bottom-right-corner { + content: counter(page) + } +} +#rh { + position: running(header); +}