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; }
pre.rust { position: relative; }
.test-arrow {
a.test-arrow {
display: inline-block;
position: absolute;
top: 0;
right: 10px;
font-size: 150%;
-webkit-transform: scaleX(-1);
transform: scaleX(-1);
background-color: #4e8bca;
color: #f5f5f5;
padding: 5px 10px 5px 10px;
border-radius: 5px;
font-size: 130%;
top: 5px;
right: 5px;
}
.unstable-feature {