We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 0b9edc7 + a3478e0 commit c5d650cCopy full SHA for c5d650c
src/doc/rust.css
@@ -338,14 +338,17 @@ table th {
338
339
.rusttest { display: none; }
340
pre.rust { position: relative; }
341
-.test-arrow {
+a.test-arrow {
342
display: inline-block;
343
position: absolute;
344
- top: 0;
345
- right: 10px;
346
- font-size: 150%;
347
- -webkit-transform: scaleX(-1);
348
- transform: scaleX(-1);
+
+ background-color: #4e8bca;
+ color: #f5f5f5;
+ padding: 5px 10px 5px 10px;
+ border-radius: 5px;
349
+ font-size: 130%;
350
+ top: 5px;
351
+ right: 5px;
352
}
353
354
.unstable-feature {
0 commit comments