| 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>
|
|
|