diff options
-rw-r--r-- | chrome/common/extensions/docs/pageAction.html | 9 | ||||
-rw-r--r-- | chrome/common/extensions/docs/static/pageAction.html | 9 |
2 files changed, 0 insertions, 18 deletions
diff --git a/chrome/common/extensions/docs/pageAction.html b/chrome/common/extensions/docs/pageAction.html index f6d0ac4..36d96af 100644 --- a/chrome/common/extensions/docs/pageAction.html +++ b/chrome/common/extensions/docs/pageAction.html @@ -427,15 +427,6 @@ follow these guidelines:</p> for features that make sense for most pages. Use <a href="browserAction.html">browser actions</a> instead. - </li><li><b>Do</b> use icons - that are slightly lighter weight - than <a href="browserAction.html#icon">browser action icons</a>. - Most icons that Chrome displays - in the location bar - are smaller than 19 pixels. - If the edge pixels are used, - they are usually only used - for a faint shadow. </li><li><b>Don't</b> constantly animate your icon. That's just annoying. </li></ul> diff --git a/chrome/common/extensions/docs/static/pageAction.html b/chrome/common/extensions/docs/static/pageAction.html index 3def87e..60933ff 100644 --- a/chrome/common/extensions/docs/static/pageAction.html +++ b/chrome/common/extensions/docs/static/pageAction.html @@ -95,15 +95,6 @@ follow these guidelines:</p> for features that make sense for most pages. Use <a href="browserAction.html">browser actions</a> instead. - <li><b>Do</b> use icons - that are slightly lighter weight - than <a href="browserAction.html#icon">browser action icons</a>. - Most icons that Chrome displays - in the location bar - are smaller than 19 pixels. - If the edge pixels are used, - they are usually only used - for a faint shadow. <li><b>Don't</b> constantly animate your icon. That's just annoying. </ul> |