Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(93)

Unified Diff: src/site/_includes/docs/getting-started/_interface.html

Issue 10788006: new site (Closed) Base URL: https://code.google.com/p/dartlang-site/@master
Patch Set: final patch Created 8 years, 5 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « src/site/_includes/docs/getting-started/_class.html ('k') | src/site/_includes/downloads/_dart-editor.html » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: src/site/_includes/docs/getting-started/_interface.html
diff --git a/src/site/_includes/docs/getting-started/_interface.html b/src/site/_includes/docs/getting-started/_interface.html
index 924f201fe1991b1eb94c9b8fbb4115fa26e417be..13c8b26156f6f17388eb41fd74c29352f390cbc5 100644
--- a/src/site/_includes/docs/getting-started/_interface.html
+++ b/src/site/_includes/docs/getting-started/_interface.html
@@ -69,12 +69,14 @@ Here's what's interesting about it:
This means that <code>int</code> and <code>double</code> variables
are also <code>num</code>s.
-<aside class="note">
-<b>Important:</b>
+<aside>
+ <div class="alert alert-info">
+ <strong>Tip:</strong>
Be sure to initialize numbers.
Because they're objects,
their initial value is <code>null</code>,
not 0.
+ </div>
</aside>
<p>
« no previous file with comments | « src/site/_includes/docs/getting-started/_class.html ('k') | src/site/_includes/downloads/_dart-editor.html » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698