diff options
author | kathyw@google.com <kathyw@google.com@0039d316-1c4b-4281-b951-d872f2087c98> | 2009-12-15 17:09:12 +0000 |
---|---|---|
committer | kathyw@google.com <kathyw@google.com@0039d316-1c4b-4281-b951-d872f2087c98> | 2009-12-15 17:09:12 +0000 |
commit | 3cd1f6b0d74cb2f546b430f49af1a91ef951ce95 (patch) | |
tree | c438c4aad88d7627700cb0f180d211a95ef29cea | |
parent | 495fbd7040e271dd35dee356982fa6eb2c37cdf1 (diff) | |
download | chromium_src-3cd1f6b0d74cb2f546b430f49af1a91ef951ce95.zip chromium_src-3cd1f6b0d74cb2f546b430f49af1a91ef951ce95.tar.gz chromium_src-3cd1f6b0d74cb2f546b430f49af1a91ef951ce95.tar.bz2 |
Add link to new themes page on the Chromium wiki.
TEST=none
BUG=none
Review URL: http://codereview.chromium.org/501010
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@34560 0039d316-1c4b-4281-b951-d872f2087c98
-rw-r--r-- | chrome/common/extensions/docs/static/themes.html | 11 | ||||
-rw-r--r-- | chrome/common/extensions/docs/themes.html | 20 |
2 files changed, 28 insertions, 3 deletions
diff --git a/chrome/common/extensions/docs/static/themes.html b/chrome/common/extensions/docs/static/themes.html index 44147a3..0d04779 100644 --- a/chrome/common/extensions/docs/static/themes.html +++ b/chrome/common/extensions/docs/static/themes.html @@ -21,7 +21,7 @@ You can find and try a bunch of themes at the <img src="images/themes-3.gif" width="100" height="80" alt="foggy theme" /> -<h2> Manifest </h2> +<h2 id="manifest"> Manifest </h2> <p> Here is an example <a href="manifest.html"><code>manifest.json</code></a> @@ -138,3 +138,12 @@ to specify <em>no change</em>. </p> +<h2 id="moredoc"> Additional documentation </h2> + +<p> +Community-written documentation to help you write themes is here: +</p> + +<blockquote> +<a href="http://code.google.com/p/chromium/wiki/ThemeCreationGuide">http://code.google.com/p/chromium/wiki/ThemeCreationGuide</a> +</blockquote> diff --git a/chrome/common/extensions/docs/themes.html b/chrome/common/extensions/docs/themes.html index 5bf972c..f0dfcac 100644 --- a/chrome/common/extensions/docs/themes.html +++ b/chrome/common/extensions/docs/themes.html @@ -194,7 +194,7 @@ <h2>Contents</h2> <ol> <li> - <a href="#H2-0"> Manifest </a> + <a href="#manifest"> Manifest </a> <ol> <li> <a href="#colors">colors</a> @@ -206,6 +206,13 @@ <a href="#tints">tints</a> </li> </ol> + </li><li> + <a href="#moredoc"> Additional documentation </a> + <ol> + <li style="display: none; "> + <a>h3Name</a> + </li> + </ol> </li> <div style="display: none; "> <li> @@ -271,7 +278,7 @@ You can find and try a bunch of themes at the <img src="images/themes-3.gif" width="100" height="80" alt="foggy theme"> -<a name="H2-0"></a><h2> Manifest </h2> +<h2 id="manifest"> Manifest </h2> <p> Here is an example <a href="manifest.html"><code>manifest.json</code></a> @@ -387,6 +394,15 @@ to specify <em>no change</em>. </p> +<h2 id="moredoc"> Additional documentation </h2> + +<p> +Community-written documentation to help you write themes is here: +</p> + +<blockquote> +<a href="http://code.google.com/p/chromium/wiki/ThemeCreationGuide">http://code.google.com/p/chromium/wiki/ThemeCreationGuide</a> +</blockquote> </div> <!-- API PAGE --> |