summaryrefslogtreecommitdiffstats
path: root/chrome/common/extensions/docs/static/themes.html
diff options
context:
space:
mode:
authorkathyw@google.com <kathyw@google.com@0039d316-1c4b-4281-b951-d872f2087c98>2009-12-15 17:09:12 +0000
committerkathyw@google.com <kathyw@google.com@0039d316-1c4b-4281-b951-d872f2087c98>2009-12-15 17:09:12 +0000
commit3cd1f6b0d74cb2f546b430f49af1a91ef951ce95 (patch)
treec438c4aad88d7627700cb0f180d211a95ef29cea /chrome/common/extensions/docs/static/themes.html
parent495fbd7040e271dd35dee356982fa6eb2c37cdf1 (diff)
downloadchromium_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
Diffstat (limited to 'chrome/common/extensions/docs/static/themes.html')
-rw-r--r--chrome/common/extensions/docs/static/themes.html11
1 files changed, 10 insertions, 1 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>