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

Unified Diff: src/site/_includes/language-tour/3-built-in-types/booleans.html

Issue 10700168: massive CL is massive (Closed) Base URL: https://code.google.com/p/dartlang-site/@master
Patch Set: 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/3-built-in-types/booleans.html
diff --git a/src/site/_includes/language-tour/3-built-in-types/booleans.html b/src/site/_includes/language-tour/3-built-in-types/booleans.html
index f7a0023442844bb11182a9588c24def2741a329b..89abc65381c318a097633bf3c48b487f93174135 100644
--- a/src/site/_includes/language-tour/3-built-in-types/booleans.html
+++ b/src/site/_includes/language-tour/3-built-in-types/booleans.html
@@ -44,10 +44,12 @@ if (1) {
}
{% endhighlight %}
-<br>
-<aside class="note">
-<b>Note:</b>
-The previous two samples work only in production mode, not checked mode.
+
+<aside>
+ <div class="alert alert-info">
+ <strong>Tip:</strong>
+ The previous two samples work only in production mode, not checked mode.
+ </div>
</aside>
<p>
@@ -86,5 +88,3 @@ because we haven't discussed operators yet.
We should be sure to cover this in the operator section!}
{QUESTION: Is this covered? If so, should we point to it from here?}
{% endcomment %}
-
-</section>

Powered by Google App Engine
This is Rietveld 408576698