diff options
Diffstat (limited to 'chrome/common/extensions/docs/themes.html')
-rw-r--r-- | chrome/common/extensions/docs/themes.html | 20 |
1 files changed, 18 insertions, 2 deletions
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 --> |