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

Unified Diff: chrome/common/extensions/docs/static/tut_debugging.html

Issue 398005: Changes to follow the codesite L&F.... (Closed) Base URL: svn://chrome-svn/chrome/trunk/src/
Patch Set: Created 11 years, 1 month 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
« no previous file with comments | « chrome/common/extensions/docs/static/samples.html ('k') | chrome/common/extensions/docs/tabs.html » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/common/extensions/docs/static/tut_debugging.html
===================================================================
--- chrome/common/extensions/docs/static/tut_debugging.html (revision 32042)
+++ chrome/common/extensions/docs/static/tut_debugging.html (working copy)
@@ -23,7 +23,8 @@
If the extension is running,
you'll see the Hello World icon
<img src="examples/tutorials/getstarted/icon.png"
- width="19" height="19" alt="" />
+ width="19" height="19" alt=""
+ style="margin:0" />
to the right of
your browser's address bar.
</p>
@@ -61,7 +62,8 @@
Keeping an eye on the Installed Extensions page,
click the Hello World extension's icon
<img src="examples/tutorials/getstarted/icon.png"
- width="19" height="19" alt="" />.
+ width="19" height="19" alt=""
+ style="margin:0" />.
A popup appears,
and a link named <b>popup.html</b> appears in extension's information,
under a new "Inspect active views:" heading.
@@ -146,7 +148,8 @@
Click the console button
<img src="images/console-button.gif"
style="border:1px black solid"
- width="18" height="14" alt="" />
+ width="18" height="14" alt=""
+ style="margin:0" />
(second from left, at the bottom of the Developer Tools window)
so that you can see both the code and the console.
</li>
« no previous file with comments | « chrome/common/extensions/docs/static/samples.html ('k') | chrome/common/extensions/docs/tabs.html » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698