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

Side by Side 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, 8 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 unified diff | Download patch
OLDNEW
1 <meta http-equiv="Content-Type" content="text/html; charset=UTF-8" /> 1 <meta http-equiv="Content-Type" content="text/html; charset=UTF-8" />
2 <link href="{{static}}/css/site.css" rel="stylesheet" type="text/css"> 2 <link href="{{static}}/css/site.css" rel="stylesheet" type="text/css">
3 <link href="{{static}}/css/print.css" rel="stylesheet" type="text/css" media="pr int"> 3 <link href="{{static}}/css/print.css" rel="stylesheet" type="text/css" media="pr int">
4 <link href="{{static}}/css/prettify.css" rel="stylesheet" type="text/css"> 4 <link href="{{static}}/css/prettify.css" rel="stylesheet" type="text/css">
5 <link href="//www.google.com/images/icons/product/chrome-16.png" rel="icon" type ="image/ico"> 5 <link href="//www.google.com/images/icons/product/chrome-16.png" rel="icon" type ="image/ico">
6 <link href='//fonts.googleapis.com/css?family=Open+Sans:400,700' rel='stylesheet ' type='text/css'> 6 <link href='//fonts.googleapis.com/css?family=Open+Sans:400,700' rel='stylesheet ' type='text/css'>
7 {{?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
8 <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
9 <style type="text/css">
10 #gc-sidebar.floating {
11 position: relative;
not at google - send to devlin 2013/03/27 03:52:36 right, but you can still scroll the sidebar itself
12 }
13 </style>
14 {{/is_404}}
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698