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); +}