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

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

Issue 12521030: Extension docs: Include sidenav in 404 pages (Closed) Base URL: https://src.chromium.org/svn/trunk/src/
Patch Set: Created 7 years, 9 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/header_head.html
===================================================================
--- chrome/common/extensions/docs/templates/private/header_head.html (revision 190643)
+++ chrome/common/extensions/docs/templates/private/header_head.html (working copy)
@@ -4,3 +4,11 @@
<link href="{{static}}/css/prettify.css" rel="stylesheet" type="text/css">
<link href="//www.google.com/images/icons/product/chrome-16.png" rel="icon" type="image/ico">
<link href='//fonts.googleapis.com/css?family=Open+Sans:400,700' rel='stylesheet' type='text/css'>
+{{?is_404}}
not at google - send to devlin 2013/03/27 03:52:36 I really don't want to add logic like this into sh
+<base href="/{{branchInfo.current}}/{{platform}}s/">
not at google - send to devlin 2013/03/27 03:52:36 I see. Yeah, there are a lot of assumptions everyw
+<style type="text/css">
+ #gc-sidebar.floating {
+ position: relative;
not at google - send to devlin 2013/03/27 03:52:36 right, but you can still scroll the sidebar itself
+ }
+</style>
+{{/is_404}}

Powered by Google App Engine
This is Rietveld 408576698