diff options
author | kathyw@google.com <kathyw@google.com@0039d316-1c4b-4281-b951-d872f2087c98> | 2009-09-01 21:56:50 +0000 |
---|---|---|
committer | kathyw@google.com <kathyw@google.com@0039d316-1c4b-4281-b951-d872f2087c98> | 2009-09-01 21:56:50 +0000 |
commit | 64425dc9f79da63dd5fb9d87a5dabb3909ca6264 (patch) | |
tree | f6baf039f088f6e6b37c32506f406e6715e367fd | |
parent | f61a3c82dcdecd860ef29c6292b780c756b48999 (diff) | |
download | chromium_src-64425dc9f79da63dd5fb9d87a5dabb3909ca6264.zip chromium_src-64425dc9f79da63dd5fb9d87a5dabb3909ca6264.tar.gz chromium_src-64425dc9f79da63dd5fb9d87a5dabb3909ca6264.tar.bz2 |
Miscellaneous small changes, mostly to the front page and the footer.
TBR=aa,rafaelw
Review URL: http://codereview.chromium.org/173651
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@25090 0039d316-1c4b-4281-b951-d872f2087c98
-rwxr-xr-x | chrome/common/extensions/docs/css/ApiRefStyles.css | 4 | ||||
-rwxr-xr-x | chrome/common/extensions/docs/static/index.html | 23 | ||||
-rwxr-xr-x | chrome/common/extensions/docs/static/themes.html | 4 |
3 files changed, 18 insertions, 13 deletions
diff --git a/chrome/common/extensions/docs/css/ApiRefStyles.css b/chrome/common/extensions/docs/css/ApiRefStyles.css index bb32dec..02ec55e 100755 --- a/chrome/common/extensions/docs/css/ApiRefStyles.css +++ b/chrome/common/extensions/docs/css/ApiRefStyles.css @@ -192,10 +192,14 @@ div.leftNavSelected { #pageFooter { margin-top:5em; + padding:0 10em; text-align:center; color: rgb(125, 125, 125); + font-size: 80%; } +#pageFooter a:link { color: rgb(125,125,125) } + #mainColumn table { border-collapse:collapse; } diff --git a/chrome/common/extensions/docs/static/index.html b/chrome/common/extensions/docs/static/index.html index db900d9..fb83d88 100755 --- a/chrome/common/extensions/docs/static/index.html +++ b/chrome/common/extensions/docs/static/index.html @@ -43,18 +43,21 @@ Here are some examples of what you can build with extensions: <tr> <td valign="top"> <b>Toolstrips</b><br> - <img src="images/index/toolstrip.png"><br> - Display small toolbars in Google Chrome's chrome. + <a href="toolstrip.html"><img src="images/index/toolstrip.png"></a> + <br> + Display small toolbars in Google Chrome's chrome </td> <td valign="top"> <b>Page actions</b><br> - <img src="images/index/page_action.png"><br> - Add buttons to the Omnibox that get displayed for specific pages. + <a href="pageActions.html"><img src="images/index/page_action.png"></a> + <br> + Add buttons to the Omnibox that get displayed for specific pages </td> <td valign="top"> <b>Content scripts</b><br> - <img src="images/index/content_script.png"><br> - Modify the look and behavior of web pages. + <a href="content_scripts.html"><img src="images/index/content_script.png"></a> + <br> + Modify the look and behavior of web pages </td> </tr> </table> @@ -68,19 +71,19 @@ Start with one of these sections: <ul> <li> <a href="getstarted.html">Getting Started</a>: - Build a simple "Hello, World" extension in about 5 minutes. + Build a simple "Hello, World" extension in about 5 minutes </li> <li> <a href="overview.html">Overview</a>: Learn about the fundamental design points of - Google Chrome's extension system. + Google Chrome's extension system </li> <li> <a href="devguide.html">Developer's Guide</a>: - Get detailed information on using each feature and API. + Get detailed information on using each feature and API </li> </ul> <p> Also check out the discussion group: -<a href="http://groups.google.com/group/chromium-extensions">chromium-extensions</a>. +<a href="http://groups.google.com/group/chromium-extensions">chromium-extensions</a> diff --git a/chrome/common/extensions/docs/static/themes.html b/chrome/common/extensions/docs/static/themes.html index b02b073..6f602ea 100755 --- a/chrome/common/extensions/docs/static/themes.html +++ b/chrome/common/extensions/docs/static/themes.html @@ -13,7 +13,7 @@ into the browser preferences, allowing users to override individual theme choices. </p> -<h2> Field summary </h2> +<h2> Manifest </h2> <p> Here is an example <code>manifest.json</code> file for a theme: </p> @@ -48,8 +48,6 @@ Here is an example <code>manifest.json</code> file for a theme: } </pre> -<h2>Field details</h2> - <h3 id="colors">colors</h3> <p> |