Chromium Code Reviews| 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> |