Skip to content
GitLab
Menu
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
decker
decker
Commits
51afecad
Commit
51afecad
authored
May 02, 2021
by
Mario Botsch
Browse files
fix css image sequence in pdf
parent
e894bbad
Changes
1
Hide whitespace changes
Inline
Side-by-side
resource/support/css/mario.css
View file @
51afecad
...
...
@@ -671,13 +671,15 @@ span.decker.svg.embed {
*********************************************/
@media
not
print
{
.reveal
section
.sequence.fragment
:not
(
.current-fragment
),
.reveal
section
.fragment.sequence
:not
(
.current-fragment
)
{
display
:
none
;
}
}
/* when in print mode, show only first image */
@media
print
{
.reveal
section
.fragment.sequence
:not
(
:first-of-type
)
{
.reveal
section
.sequence.fragment
:not
(
:last-of-type
),
.reveal
section
.fragment.sequence
:not
(
:last-of-type
)
{
display
:
none
;
}
}
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment