| Index: chrome/common/extensions/docs/templates/private/site.html
|
| diff --git a/chrome/common/extensions/docs/templates/private/site.html b/chrome/common/extensions/docs/templates/private/site.html
|
| index 6d8d4d2a3d7c7252a666fadfbf41448c392b1f35..a8c5b4b417a7754fb405a3db9472c3493615c388 100644
|
| --- a/chrome/common/extensions/docs/templates/private/site.html
|
| +++ b/chrome/common/extensions/docs/templates/private/site.html
|
| @@ -40,7 +40,9 @@
|
|
|
| <header id="topnav" role="banner">
|
| <div id="logo">
|
| - <a href="{{base_path}}"><img src="{{static}}/images/chrome-logo_2x.png" alt="Chrome: developer"><span>chrome</span><!-- <label>developer</label> --></a>
|
| + <a href="{{base_path}}">
|
| + <img alt="Chrome: developer" src="{{static}}/images/chrome-logo_2x.png">
|
| + </a>
|
| <span class="collase-icon"><!-- <img src="/static/images/burger-icon.png" class="collase-icon">--></span>
|
| </div>
|
| {{+partials.fatnav items:sidenavs.top/}}
|
|
|