Rustdoc - display since version for stable items

Fixes #27607
This commit is contained in:
Wesley Wiser
2016-02-09 21:15:29 -05:00
parent 32b2ef7add
commit 75acee2bde
3 changed files with 94 additions and 27 deletions

View File

@@ -498,6 +498,21 @@ em.stab p {
opacity: 0.65;
}
span.since {
float: right;
font-weight: normal;
font-size: initial;
color: grey;
}
.variants_table {
width: 100%;
}
.variants_table tbody tr td:first-child {
width: 1%; /* make the variant name as small as possible */
}
td.summary-column {
width: 100%;
}