repo.or.cz
/
deck.js.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
Pull print stylesheets into separate file, closes #121
[deck.js.git]
/
core
/
print.scss
blob
02acd4bf515eb27e56fd3b9486ef614a64dae1f8
1
body { font-size:18pt; }
2
h1 { font-size:48pt; }
3
h2 { font-size:36pt; }
4
h3 { font-size:28pt; }
5
6
pre {
7
border:1px solid #000;
8
padding:10px;
9
white-space:pre-wrap;
10
}
11
12
.deck-container > .slide {
13
page-break-after: always;
14
}