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

Unified Diff: chrome/common/extensions/docs/templates/private/site.html

Issue 149673004: Rework API reference pages (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: bumped versions Created 6 years, 10 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
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/}}

Powered by Google App Engine
This is Rietveld 408576698