gitignore

This commit is contained in:
Andreas Stephanides
2015-06-04 12:47:52 +02:00
parent d3e97ff422
commit 6c8e30b701
2 changed files with 23 additions and 0 deletions

4
.gitignore vendored
View File

@@ -1,3 +1,7 @@
/test2.pdf
/test.pdf
/output.json
/ignore
/app/views/neuigkeiten/_compact.bak.html.erb /app/views/neuigkeiten/_compact.bak.html.erb
/config/crawl_config.yml /config/crawl_config.yml
/db/data.yml /db/data.yml

View File

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