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

Unified Diff: src/site/_includes/language-tour/2-variables/index.markdown

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/header.html ('k') | src/site/_includes/language-tour/3-built-in-types/booleans.html » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: src/site/_includes/language-tour/2-variables/index.markdown
diff --git a/src/site/_includes/language-tour/2-variables/index.markdown b/src/site/_includes/language-tour/2-variables/index.markdown
index 7d635f1b23202fb7e1bea30f154c46f122054761..f4fd19d249c1fdabfa7736695202116e43a5dc87 100644
--- a/src/site/_includes/language-tour/2-variables/index.markdown
+++ b/src/site/_includes/language-tour/2-variables/index.markdown
@@ -29,10 +29,13 @@ Adding types is a way to clearly express your intent.
Tools like compilers and editors can use these types to
help you, by providing early warnings for bugs and code completion.
-<aside class="note" markdown="1">
- **Note:** This chapter follows the
- [style guide recommendation](/articles/style-guide/#type-annotations)
- of using **var**, rather than type annotations, for local variables.
+<aside markdown="1">
+ <div class="alert alert-info">
+ <strong>Note:</strong>
+ This chapter follows the
+ <a href="/articles/style-guide/#type-annotations">style guide recommendation</a>
+ of using <strong>var</strong>, rather than type annotations, for local variables.
+ </div>
</aside>
#### final
« no previous file with comments | « src/site/_includes/header.html ('k') | src/site/_includes/language-tour/3-built-in-types/booleans.html » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698