From cb01c1d751a3d66b31be433d198f431dbe70a69e Mon Sep 17 00:00:00 2001 From: bluss Date: Mon, 14 Mar 2016 00:19:56 +0100 Subject: [PATCH 1/2] Show which dependencies are optional --- app/styles/app.scss | 4 ++++ app/templates/crate/version.hbs | 3 +++ 2 files changed, 7 insertions(+) diff --git a/app/styles/app.scss b/app/styles/app.scss index ff11253eb51..20921fa6f55 100644 --- a/app/styles/app.scss +++ b/app/styles/app.scss @@ -146,6 +146,10 @@ span.small { } } +.optional { + font-size: 80%; +} + .yanked { font-size: 80%; color: rgb(166, 0, 0) diff --git a/app/templates/crate/version.hbs b/app/templates/crate/version.hbs index 4fc675fb804..19651121285 100644 --- a/app/templates/crate/version.hbs +++ b/app/templates/crate/version.hbs @@ -137,6 +137,9 @@