File tree 2 files changed +4
-2
lines changed 2 files changed +4
-2
lines changed Original file line number Diff line number Diff line change @@ -324,13 +324,14 @@ table th {
324
324
325
325
.rusttest { display : none; }
326
326
pre .rust { position : relative; }
327
- pre .rust a { transform : scaleX (-1 ); }
328
327
.test-arrow {
329
328
display : inline-block;
330
329
position : absolute;
331
330
top : 0 ;
332
331
right : 10px ;
333
332
font-size : 150% ;
333
+ -webkit-transform : scaleX (-1 );
334
+ transform : scaleX (-1 );
334
335
}
335
336
336
337
@media (min-width : 1170px ) {
Original file line number Diff line number Diff line change @@ -441,13 +441,14 @@ pre.rust .lifetime { color: #B76514; }
441
441
442
442
.rusttest { display : none; }
443
443
pre .rust { position : relative; }
444
- pre .rust a { transform : scaleX (-1 ); }
445
444
.test-arrow {
446
445
display : inline-block;
447
446
position : absolute;
448
447
top : 0 ;
449
448
right : 10px ;
450
449
font-size : 150% ;
450
+ -webkit-transform : scaleX (-1 );
451
+ transform : scaleX (-1 );
451
452
}
452
453
453
454
.methods .section-header {
You can’t perform that action at this time.
0 commit comments