From 28710661d0ee03892745dcef0b1458c3bc4efbec Mon Sep 17 00:00:00 2001 From: Brian Anderson Date: Wed, 27 Apr 2016 07:12:43 +0000 Subject: [PATCH] Add warning back --- www/index.html | 4 ++++ www/rustup.css | 10 ++++++++++ 2 files changed, 14 insertions(+) diff --git a/www/index.html b/www/index.html index 8f4b8130711..37250413d28 100644 --- a/www/index.html +++ b/www/index.html @@ -82,6 +82,10 @@ +

+WARNING: This is beta software. Expect breakage. +

+

Need help? Ask on #rust-beginners.

diff --git a/www/rustup.css b/www/rustup.css index fdd5aa6f0b2..4707ac58d27 100644 --- a/www/rustup.css +++ b/www/rustup.css @@ -104,6 +104,16 @@ hr { line-height: 2em; } +#warning { + color: red; + font-weight: 500; +} + +#warning > em { + font-style: normal; + text-decoration: underline; +} + #about { font-size: 16px; line-height: 2em;