1
Fork 0

Update the playpen link for code in the rust book to agree with rustdoc's new style

This commit is contained in:
mdinger 2015-10-25 16:18:09 -04:00
parent e02ada6d38
commit a3478e0d16

View file

@ -338,14 +338,17 @@ table th {
.rusttest { display: none; } .rusttest { display: none; }
pre.rust { position: relative; } pre.rust { position: relative; }
.test-arrow { a.test-arrow {
display: inline-block; display: inline-block;
position: absolute; position: absolute;
top: 0;
right: 10px; background-color: #4e8bca;
font-size: 150%; color: #f5f5f5;
-webkit-transform: scaleX(-1); padding: 5px 10px 5px 10px;
transform: scaleX(-1); border-radius: 5px;
font-size: 130%;
top: 5px;
right: 5px;
} }
.unstable-feature { .unstable-feature {