Skip to content

Commit 6c17158

Browse files
committed
Show the word "rust" on crate detail page
This is a crude jamming in of the word, but maybe it'll suffice. Fixes #369.
1 parent 621d1ea commit 6c17158

File tree

2 files changed

+2
-0
lines changed

2 files changed

+2
-0
lines changed

app/styles/crate.scss

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -19,6 +19,7 @@
1919
@include flex-direction(row-reverse);
2020
@include align-items(center);
2121
}
22+
h3 { font-style: italic; }
2223
@media only screen and (max-width: 650px) {
2324
.right { display: none; }
2425
}

app/templates/crate/version.hbs

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -30,6 +30,7 @@
3030
</a>
3131
--}}
3232
</div>
33+
<h3>&hellip; for Rust</h3>
3334
</div>
3435

3536
{{! This is used to set the url of to actually download a file }}

0 commit comments

Comments
 (0)