Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(791)

Unified Diff: chrome/common/extensions/docs/template/api_template.html

Issue 10668027: Extension docs: Adjusting the API template, CSS, and static images. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Rebuilt docs. Created 8 years, 6 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « chrome/common/extensions/docs/samples.json ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/common/extensions/docs/template/api_template.html
diff --git a/chrome/common/extensions/docs/template/api_template.html b/chrome/common/extensions/docs/template/api_template.html
index aace68733f5a74de524b4e6b985610412ba5e35f..4074eebb82d72898b50d3a517f0386d48c494d3e 100644
--- a/chrome/common/extensions/docs/template/api_template.html
+++ b/chrome/common/extensions/docs/template/api_template.html
@@ -185,7 +185,7 @@
<table id="header" width="100%" cellspacing="0" border="0">
<tr>
<td valign="middle"
- ><a href="http://code.google.com/"><img src="../images/code_labs_logo.gif" height="43" width="161" alt="Google Code Labs"
+ ><a href="/"><img src="../images/chrome_logo.gif" alt="Google Chrome Extensions"
style="border:0; margin:0;"
></a></td>
<td valign="middle" width="100%" style="padding-left:0.6em;">
@@ -194,7 +194,9 @@
<input type="hidden" name="cx" value="002967670403910741006:61_cvzfqtno" />
<input type="hidden" name="ie" value="UTF-8" />
<input type="text" name="q" value="" size="55" />
- <input class="gsc-search-button" type="submit" name="sa" value="Search" />
+ <button class="gsc-search-button" type="submit" name="sa">
+ <img class="gsc-search-button-lens" src="images/search.png" alt="Search">
+ </button>
<br>
<span class="greytext">e.g. "page action" or "tabs"</span>
</div>
@@ -212,7 +214,7 @@
<a id="gc-topnav-anchor"></a>
<div id="gc-topnav">
- <h1>Google Chrome Extensions (<a href="http://code.google.com/labs/">Labs</a>)</h1>
+ <h1>Google Chrome Extensions</h1>
<ul id="home" class="gc-topnav-tabs">
<li id="home_link">
<a href="index.html" title="Google Chrome Extensions home page">Home</a>
« no previous file with comments | « chrome/common/extensions/docs/samples.json ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698