Index: chrome/common/extensions/docs/templates/articles/app_architecture.html |
diff --git a/chrome/common/extensions/docs/templates/articles/app_architecture.html b/chrome/common/extensions/docs/templates/articles/app_architecture.html |
index c1016ff708e58cadbafa78a9ebadd4949486f360..3b2d43aa6ae536b2852c3462cca7fa26c7719565 100644 |
--- a/chrome/common/extensions/docs/templates/articles/app_architecture.html |
+++ b/chrome/common/extensions/docs/templates/articles/app_architecture.html |
@@ -66,9 +66,9 @@ when the app is started or terminated. |
There can only be one “event page” for a Chrome App. |
<p> |
-<p> |
-<iframe title="YouTube video player" width="610" height="380" src="//www.youtube.com/embed/yr1jgREbH8U" frameborder="0" allowfullscreen></iframe> |
-</p> |
+<div class="video-container"> |
+ <iframe title="YouTube video player" width="610" height="380" src="//www.youtube.com/embed/yr1jgREbH8U" frameborder="0" allowfullscreen></iframe> |
+</div> |
<h3 id="lifecycle">App lifecycle at a glance</h3> |
@@ -166,8 +166,6 @@ You can use the <code>object</code> tag to |
this content runs in a separate process from the app. |
</p> |
-<p> |
-<iframe title="YouTube video player" width="610" height="380" src="//www.youtube.com/embed/EDtiWN42lHs" frameborder="0" allowfullscreen></iframe> |
-</p> |
- |
-<p class="backtotop"><a href="#top">Back to top</a></p> |
+<div class="video-container"> |
+ <iframe title="YouTube video player" width="610" height="380" src="//www.youtube.com/embed/EDtiWN42lHs" frameborder="0" allowfullscreen></iframe> |
+</div> |