diff options
author | aa@chromium.org <aa@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2009-11-23 10:31:33 +0000 |
---|---|---|
committer | aa@chromium.org <aa@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2009-11-23 10:31:33 +0000 |
commit | 1ba6e6a162184733ff5d58d8b2c9ecae4b33e8ac (patch) | |
tree | c442a9deceeeb703b6304f83c7b47f2624953fcd /chrome/common/extensions/docs/static/index.html | |
parent | e8f37122f9d55ec119666301af7eda2df1ffb1c3 (diff) | |
download | chromium_src-1ba6e6a162184733ff5d58d8b2c9ecae4b33e8ac.zip chromium_src-1ba6e6a162184733ff5d58d8b2c9ecae4b33e8ac.tar.gz chromium_src-1ba6e6a162184733ff5d58d8b2c9ecae4b33e8ac.tar.bz2 |
Docs polish:
* Fixed header alignment and spacing
* Fixed top nav, removed useless/dead links, added sample link instead
* Fixup requirements in samples and getting started page (beta no workie yet, mac and linux do -- at least enough to not be worth mentioning)
* Make vertical separator bar green
* Make default_icon required for page and browser actions
* Fix incorrect description of how onclick works wrt isolated worlds
* Make the page titles be <page title> - Google Chrome Extensions - Google Code
* Add a warning about NPAPI
BUG=28152,27875,28155,28182,27864,27432
Review URL: http://codereview.chromium.org/437001
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@32798 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'chrome/common/extensions/docs/static/index.html')
-rw-r--r-- | chrome/common/extensions/docs/static/index.html | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/chrome/common/extensions/docs/static/index.html b/chrome/common/extensions/docs/static/index.html index 5d9affe..9ad0f02 100644 --- a/chrome/common/extensions/docs/static/index.html +++ b/chrome/common/extensions/docs/static/index.html @@ -19,7 +19,7 @@ } </style> -<div id="pageData-title" class="pageData">Google Chrome Extensions: Developer Documentation</div> +<div id="pageData-title" class="pageData">Developer Documentation</div> <h3>Hello There!</h3> |