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

Unified Diff: src/site/docs/tutorials/remove-elements/index.markdown

Issue 19238002: mockup for tute front page refresh. With tabs. Huzzah (Closed) Base URL: https://github.com/dart-lang/dartlang.org.git@master
Patch Set: merge with master + optipng images Created 7 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/docs/tutorials/remove-elements/index.markdown
diff --git a/src/site/docs/tutorials/remove-elements/index.markdown b/src/site/docs/tutorials/remove-elements/index.markdown
index b6b6e280a297120826cb62a640584d8df64a9055..436fc7701c670774fff6dadf44b7e8e65ba3426b 100644
--- a/src/site/docs/tutorials/remove-elements/index.markdown
+++ b/src/site/docs/tutorials/remove-elements/index.markdown
@@ -1,11 +1,11 @@
---
layout: default
-title: "Target 4: Remove DOM Elements"
+title: "Remove DOM Elements"
description: "Remove a child element from the DOM"
has-permalinks: true
tutorial:
id: remove-elements
-next: packages
+next: shared-pkgs
next-title: "Install Shared Packages"
prev: add-elements
prev-title: "Add Elements to the DOM"
@@ -38,6 +38,11 @@ Get the source code for the sample featured in this target:</p>
{% capture content %}
+<div class="tute-target-title">
+<h1>{{page.title}}</h1>
+<h3>Dynamically delete items from the browser page.</h3>
+</div>
+
This target shows you how to delete elements from the DOM.
A new and improved version of the todo app from
[the previous target](/docs/tutorials/add-elements/)
« no previous file with comments | « src/site/docs/tutorials/packages/index.markdown ('k') | src/site/docs/tutorials/shared-pkgs/images/add-dependency-window.png » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698