Chromium Code Reviews| 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}} |