diff options
author | kathyw@google.com <kathyw@google.com@0039d316-1c4b-4281-b951-d872f2087c98> | 2009-11-16 07:11:07 +0000 |
---|---|---|
committer | kathyw@google.com <kathyw@google.com@0039d316-1c4b-4281-b951-d872f2087c98> | 2009-11-16 07:11:07 +0000 |
commit | 005c57b97829fb58246417619b86ef6be45a753d (patch) | |
tree | 0020816de2d79835cec226a47e6f8c169d82a433 /chrome/common/extensions/docs/static/getstarted.html | |
parent | cb6498db0ea28fd667b3e86646b84b169134ff3a (diff) | |
download | chromium_src-005c57b97829fb58246417619b86ef6be45a753d.zip chromium_src-005c57b97829fb58246417619b86ef6be45a753d.tar.gz chromium_src-005c57b97829fb58246417619b86ef6be45a753d.tar.bz2 |
Changes to follow the codesite L&F.
Also a bit of copyediting and cleanup.
Future work:
* improve these styles
* make these styles work well in IE
(the old styles didn't work well in IE, either)
* separate the codesite styles from ours (for easier update)
BUG=27434
TEST=none
TBR=aa
Review URL: http://codereview.chromium.org/398005
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@32043 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'chrome/common/extensions/docs/static/getstarted.html')
-rw-r--r-- | chrome/common/extensions/docs/static/getstarted.html | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/chrome/common/extensions/docs/static/getstarted.html b/chrome/common/extensions/docs/static/getstarted.html index 7692b4b..36f9868 100644 --- a/chrome/common/extensions/docs/static/getstarted.html +++ b/chrome/common/extensions/docs/static/getstarted.html @@ -59,7 +59,7 @@ to the toolbar of Google Chrome. </li> <li> Copy this icon to the same folder:<br> - <table cellpadding="0" cellspacing="0"> + <table cellpadding="0" cellspacing="0" style="border:0"> <tr> <td style="text-align:center; border:0;"><a href="examples/tutorials/getstarted/icon.png" @@ -76,8 +76,8 @@ to the toolbar of Google Chrome. Bring up the extensions management page by clicking the Tools menu <img src="images/toolsmenu.gif" width="43" height="34" alt="" - align="absmiddle"> - and choosing <b>Extensions</b>. + align="absmiddle" style="margin:0; padding:0">and + choosing <b>Extensions</b>. </li> <li> |