Skip to content

Commit 8c512cf

Browse files
committed
Fix fancy image spinner
1 parent ef20491 commit 8c512cf

File tree

1 file changed

+1
-5
lines changed

1 file changed

+1
-5
lines changed

index.md

Lines changed: 1 addition & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -350,11 +350,7 @@ html, body: {
350350
}
351351

352352
.outerlync {
353-
XXXposition: absolute;
354-
XXXtop: 50%;
355-
XXXleft: 50%;
356-
XXXmargin-right: -50%;
357-
XXXtransform: translate(-50%, -50%);
353+
cursor: cell;
358354
display: inline-block;
359355
background: transparent;
360356
}

0 commit comments

Comments
 (0)