Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
M
mtg21-tidyverse
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Deploy
Releases
Package Registry
Container Registry
Model registry
Operate
Terraform modules
Monitor
Incidents
Analyze
Contributor analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Terms and privacy
Keyboard shortcuts
?
Snippets
Groups
Projects
This is an archived project. Repository and other project resources are read-only.
Show more breadcrumbs
Philipp Kleer
mtg21-tidyverse
Commits
dcadc65a
Commit
dcadc65a
authored
3 years ago
by
Philipp Kleer
Browse files
Options
Downloads
Patches
Plain Diff
added pdf print options
parent
98a74514
No related branches found
No related tags found
No related merge requests found
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
slides/styles/htmlbook.css
+17
-0
17 additions, 0 deletions
slides/styles/htmlbook.css
slides/styles/slides.css
+17
-0
17 additions, 0 deletions
slides/styles/slides.css
with
34 additions
and
0 deletions
slides/styles/htmlbook.css
+
17
−
0
View file @
dcadc65a
...
...
@@ -372,3 +372,20 @@ div.blue {
border-radius
:
5px
;
padding
:
20px
;
}
/**********
Setup for PDF printing
**********/
@page
{
margin
:
0
;
}
@media
print
{
.remark-slide-scaler
{
width
:
100%
!important
;
height
:
100%
!important
;
transform
:
scale
(
1
)
!important
;
top
:
0
!important
;
left
:
0
!important
;
}
}
\ No newline at end of file
This diff is collapsed.
Click to expand it.
slides/styles/slides.css
+
17
−
0
View file @
dcadc65a
...
...
@@ -483,4 +483,21 @@ other formats
margin-left
:
0em
;
margin-top
:
1.5em
;
text-align
:
left
;
}
/**********
Setup for PDF printing
**********/
@page
{
margin
:
0
;
}
@media
print
{
.remark-slide-scaler
{
width
:
100%
!important
;
height
:
100%
!important
;
transform
:
scale
(
1
)
!important
;
top
:
0
!important
;
left
:
0
!important
;
}
}
\ No newline at end of file
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment