From 8b8bdaaa90dd77d805a440dcbfb603fa45a4eec8 Mon Sep 17 00:00:00 2001 From: Tim Ryan Date: Sun, 20 Aug 2017 14:21:48 -0400 Subject: [PATCH] Adds a title to elaborate on how we count recent downloads. --- app/styles/app.scss | 5 +++++ app/templates/components/crate-row.hbs | 2 +- 2 files changed, 6 insertions(+), 1 deletion(-) diff --git a/app/styles/app.scss b/app/styles/app.scss index 85186a67ed6..24411f2998b 100644 --- a/app/styles/app.scss +++ b/app/styles/app.scss @@ -350,3 +350,8 @@ h1 { a.arrow svg { background: #EEECDD; } + +abbr[title] { + text-decoration: none; + border-bottom: 1px dotted; +} \ No newline at end of file diff --git a/app/templates/components/crate-row.hbs b/app/templates/components/crate-row.hbs index f9318133dbe..7f680e027e6 100644 --- a/app/templates/components/crate-row.hbs +++ b/app/templates/components/crate-row.hbs @@ -24,7 +24,7 @@
{{svg-jar "download"}} - Recent: {{ format-num crate.recent_downloads }} + Recent: {{ format-num crate.recent_downloads }}