We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1072531 commit 8b8bdaaCopy full SHA for 8b8bdaa
app/styles/app.scss
@@ -350,3 +350,8 @@ h1 {
350
a.arrow svg {
351
background: #EEECDD;
352
}
353
+
354
+abbr[title] {
355
+ text-decoration: none;
356
+ border-bottom: 1px dotted;
357
+}
app/templates/components/crate-row.hbs
@@ -24,7 +24,7 @@
24
</div>
25
<div class="recent-downloads">
26
{{svg-jar "download"}}
27
- <span class='num'>Recent: {{ format-num crate.recent_downloads }}</span>
+ <span class='num'><abbr title="Downloads in the last 90 days">Recent:</abbr> {{ format-num crate.recent_downloads }}</span>
28
29
30
<div class="quick-links">
0 commit comments