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

Unified Diff: chrome/common/extensions/docs/templates/articles/about_apps.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 .video-container class so YouTube video will be responsive. Created 6 years, 7 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/about_apps.html
diff --git a/chrome/common/extensions/docs/templates/articles/about_apps.html b/chrome/common/extensions/docs/templates/articles/about_apps.html
index e2a5b1f2e3c21f965b6745d501b71092186b2fb8..41171510452ca83f8e4454933ddd4fa3ea787041 100644
--- a/chrome/common/extensions/docs/templates/articles/about_apps.html
+++ b/chrome/common/extensions/docs/templates/articles/about_apps.html
@@ -11,9 +11,9 @@ and they have native-like capabilities
that are much more powerful than those available to web apps.
</p>
-<p>
-<iframe title="YouTube video player" width="610" height="380" src="//www.youtube.com/embed/lBUGTVIJVfM" frameborder="0" allowfullscreen></iframe>
-</p>
+<div class="video-container">
+ <iframe title="YouTube video player" width="610" height="380" src="//www.youtube.com/embed/lBUGTVIJVfM" frameborder="0" allowfullscreen></iframe>
mkearney1 2014/06/03 16:55:05 Small nit-- remove extra space.
pearlchen 2014/06/03 22:52:14 Looks like this entire document was tabbed using t
+</div>
<p>
Chrome Apps have access to Chrome APIs and services not available to
@@ -50,11 +50,8 @@ When launched, Chrome Apps can open in windows
that look like this (and you can style
your windows in all different ways):
</p>
-<br>
<img src="{{static}}/images/editor.png"
- width="770"
- height="586"
alt="Text editor Chrome App in a standalone window">
<h2 id="behave">How they behave</h2>

Powered by Google App Engine
This is Rietveld 408576698