Skip to content

Commit

Permalink
Add warning back
Browse files Browse the repository at this point in the history
  • Loading branch information
brson committed Apr 27, 2016
1 parent fab82da commit 2871066
Show file tree
Hide file tree
Showing 2 changed files with 14 additions and 0 deletions.
4 changes: 4 additions & 0 deletions www/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -82,6 +82,10 @@
</div>
</div>

<p id="warning">
WARNING: This is beta software. <em>Expect breakage</em>.
</p>

<p>
Need help? <a href="https://client00.chat.mibbit.com/?server=irc.mozilla.org&channel=%23rust-beginners">Ask on #rust-beginners</a>.
</p>
Expand Down
10 changes: 10 additions & 0 deletions www/rustup.css
Original file line number Diff line number Diff line change
Expand Up @@ -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;
Expand Down

0 comments on commit 2871066

Please sign in to comment.