From 64425dc9f79da63dd5fb9d87a5dabb3909ca6264 Mon Sep 17 00:00:00 2001 From: "kathyw@google.com" Date: Tue, 1 Sep 2009 21:56:50 +0000 Subject: 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 --- chrome/common/extensions/docs/css/ApiRefStyles.css | 4 ++++ chrome/common/extensions/docs/static/index.html | 23 ++++++++++++---------- 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: Toolstrips
-
- Display small toolbars in Google Chrome's chrome. + +
+ Display small toolbars in Google Chrome's chrome Page actions
-
- Add buttons to the Omnibox that get displayed for specific pages. + +
+ Add buttons to the Omnibox that get displayed for specific pages Content scripts
-
- Modify the look and behavior of web pages. + +
+ Modify the look and behavior of web pages @@ -68,19 +71,19 @@ Start with one of these sections:

Also check out the discussion group: -chromium-extensions. +chromium-extensions 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.

-

Field summary

+

Manifest

Here is an example manifest.json file for a theme:

@@ -48,8 +48,6 @@ Here is an example manifest.json file for a theme: } -

Field details

-

colors

-- cgit v1.1