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

Unified Diff: src/site/_includes/language-tour/typedefs/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
Index: src/site/_includes/language-tour/typedefs/index.markdown
diff --git a/src/site/_includes/language-tour/typedefs/index.markdown b/src/site/_includes/language-tour/typedefs/index.markdown
index b7e5eaf1641dab4ffb18192d485a7eda3941058f..33029ae45c6eae18690cb24344143dd8e762d1d6 100644
--- a/src/site/_includes/language-tour/typedefs/index.markdown
+++ b/src/site/_includes/language-tour/typedefs/index.markdown
@@ -51,9 +51,12 @@ main() {
}
{% endhighlight %}
-<aside class="note" markdown="1">
-**Note:** Currently, typedefs are restricted to function types.
-This may change in a future version of the language specification.
+<aside>
+ <div class="alert alert-info">
+ <strong>Note:</strong>
+ Currently, typedefs are restricted to function types.
+ This may change in a future version of the language specification.
+ </div>
</aside>
As typedefs are simply aliases, they offer a way to check the
« no previous file with comments | « src/site/_includes/language-tour/operators/index.markdown ('k') | src/site/_includes/library-tour/isolates.markdown » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698