Skip to content

Commit 81bd6ae

Browse files
committed
Fix typo and quote bug in introjs.css
1 parent e21fabd commit 81bd6ae

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

introjs.css

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -417,7 +417,7 @@ tr.introjs-showElement > th {
417417
opacity: 0;
418418
}
419419

420-
@-moz-keyframes intrjspulse {
420+
@-moz-keyframes introjspulse {
421421
0% {
422422
-moz-transform: scale(0);
423423
opacity: 0.0;
@@ -440,7 +440,7 @@ tr.introjs-showElement > th {
440440
}
441441
}
442442

443-
@-webkit-keyframes "introjspulse" {
443+
@-webkit-keyframes introjspulse {
444444
0% {
445445
-webkit-transform: scale(0);
446446
opacity: 0.0;

0 commit comments

Comments
 (0)