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

Unified Diff: chrome/common/extensions/docs/templates/articles/app_architecture.html

Issue 291663002: Adjustments to the fatnav and sidenav, and other CSS updates (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Added missing copyright license. Fixed bad indentation on search.js Created 6 years, 6 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: 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>

Powered by Google App Engine
This is Rietveld 408576698