| Index: src/site/dartium/home.html
|
| diff --git a/src/site/dartium/home.html b/src/site/dartium/home.html
|
| index 2166fdd98ba741ed201fad2a9ba2625dc8ca538d..e88f16bc1aa3591e58cf3280f4491e923b46b317 100644
|
| --- a/src/site/dartium/home.html
|
| +++ b/src/site/dartium/home.html
|
| @@ -18,14 +18,13 @@ you can run and debug Dart web apps
|
| without compiling them to JavaScript.
|
| </p>
|
|
|
| -<aside class="warning">
|
| -<b>Important:</b>
|
| -Dartium is a technical preview,
|
| -and it might have security and stability issues.
|
| -
|
| -<blockquote>
|
| -<b>Do not use Dartium as your primary browser!</b>
|
| -</blockquote>
|
| +<aside>
|
| + <div class="alert">
|
| + <strong>Warning:</strong>
|
| + Dartium is a technical preview,
|
| + and it might have security and stability issues.
|
| + Do not use Dartium as your primary browser!
|
| + </div>
|
| </aside>
|
|
|
| <p>
|
|
|