From 2ef458e4663381dcfdec3d0ff0e44e1eaafaa283 Mon Sep 17 00:00:00 2001 From: Kazuyoshi Kato Date: Mon, 6 Jan 2020 21:55:26 -0800 Subject: [PATCH] Reword the noscript message After having FastBoot, JavaScript would not be "required" but still necessary for full functionality of crates.io --- app/index.html | 11 +++++------ app/styles/app.scss | 5 +++++ 2 files changed, 10 insertions(+), 6 deletions(-) diff --git a/app/index.html b/app/index.html index 870816e87f0..aabf93e7b21 100644 --- a/app/index.html +++ b/app/index.html @@ -23,14 +23,13 @@ - {{content-for 'body'}} + + {{content-for 'body'}} diff --git a/app/styles/app.scss b/app/styles/app.scss index 0a483e724eb..bbc66412b99 100644 --- a/app/styles/app.scss +++ b/app/styles/app.scss @@ -41,6 +41,11 @@ body > div { } } +#noscript { + color: white; + padding: 10px 0; +} + #main { @include display-flex; @include flex-direction(column);