Skip to content

Commit

Permalink
Update the playpen link for code in the rust book to agree with rustd…
Browse files Browse the repository at this point in the history
…oc's new style
  • Loading branch information
mdinger committed Oct 25, 2015
1 parent e02ada6 commit a3478e0
Showing 1 changed file with 9 additions and 6 deletions.
15 changes: 9 additions & 6 deletions src/doc/rust.css
Expand Up @@ -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 {
Expand Down

0 comments on commit a3478e0

Please sign in to comment.