Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Menu
Open sidebar
server
team-presentation
Commits
453a8887
Commit
453a8887
authored
May 18, 2017
by
Hakim El Hattab
Browse files
fix error with multiple decimal em in safari
parent
6dde00fb
Changes
2
Hide whitespace changes
Inline
Side-by-side
css/reveal.css
View file @
453a8887
...
...
@@ -272,8 +272,8 @@ body {
border-radius
:
0.25em
;
background-color
:
currentColor
;
transition
:
all
0.15s
ease
,
background-color
0.8s
ease
;
-webkit-transform-origin
:
0.2
5
em
50%
;
transform-origin
:
0.2
5
em
50%
;
-webkit-transform-origin
:
0.2em
50%
;
transform-origin
:
0.2em
50%
;
will-change
:
transform
;
}
.reveal
.controls
.controls-arrow
{
position
:
relative
;
...
...
css/reveal.scss
View file @
453a8887
...
...
@@ -314,7 +314,7 @@ $controlsArrowAngleActive: 36deg;
background-color
:
currentColor
;
transition
:
all
0
.15s
ease
,
background-color
0
.8s
ease
;
transform-origin
:
$controlArrowThickness
/
2
50%
;
transform-origin
:
floor
((
$controlArrowThickness
/
2
)
*
10
)
/
10
50%
;
will-change
:
transform
;
}
...
...
Write
Preview
Supports
Markdown
0%
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!
Cancel
Please
register
or
sign in
to comment