Skip to content

Commit

Permalink
打印样式
Browse files Browse the repository at this point in the history
  • Loading branch information
ksky521 committed Nov 18, 2014
1 parent d14b26d commit fef89f6
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 5 deletions.
2 changes: 1 addition & 1 deletion assets/css/pdf.css

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

10 changes: 7 additions & 3 deletions assets/scss/pdf.scss
Original file line number Diff line number Diff line change
Expand Up @@ -25,16 +25,20 @@ html {
overflow: visible;
}
slides{
> slide {
-webkit-clip-path: none !important;
opacity: 1 !important;
visibility: visible !important;
}
> slide .slide-wrapper{
opacity: 1 !important;
visibility: visible !important;
@include flexbox;
@include box-orient(vertical);
@include box-pack(center);

position: static;
width: 1100px !important;
color: white !important;
// color: white !important;
left: 0;
top: 0;
right: 0;
Expand All @@ -60,6 +64,6 @@ slides{
}
}

#_buttons,#drawBoard, .progress, #tip{
#_buttons,#drawBoard,.progress, #tip{
display: none !important;
}
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"name": "nodeppt",
"jsname": "nodeppt",
"description": "A simple, in-browser, markdown-driven presentation framework",
"version": "0.9.6-3",
"version": "0.9.6-4",
"site": "https://github.com/ksky521/nodePPT",
"author": {
"name": "Theo Wang",
Expand Down

0 comments on commit fef89f6

Please sign in to comment.