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

Side by Side Diff: chrome/common/extensions/docs/server2/templates/private/standard_article.html

Issue 10823144: Extension docs server: tweak CSS to make it look much more like the current (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: licenses Created 8 years, 4 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 | Annotate | Revision Log
« no previous file with comments | « chrome/common/extensions/docs/server2/templates/private/sidenav.html ('k') | no next file » | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
1 <!DOCTYPE html> 1 <!DOCTYPE html>
2 <html> 2 <html>
3 <head> 3 <head>
4 {{+partials.header_head}} 4 {{+partials.header_head}}
5 <link href="{{static}}/css/api.css" rel="stylesheet" type="text/css">
6 <title>{{article.title}} - Google Chrome</title> 5 <title>{{article.title}} - Google Chrome</title>
7 </head> 6 </head>
8 <body> 7 <body>
9 {{+partials.header_body}} 8 {{+partials.header_body}}
10 <div id="gc-container"> 9 <div id="gc-container">
11 {{+partials.sidenav}} 10 {{+partials.sidenav}}
12 <div id="gc-pagecontent"> 11 <div id="gc-pagecontent">
13 {{?article.toc}} 12 {{?article.toc}}
14 {{+partials.table_of_contents toc:article.toc}} 13 {{+partials.table_of_contents toc:article.toc}}
15 {{/article.toc}} 14 {{/article.toc}}
16 {{- This may contain <pre> tags so it is not indented -}} 15 {{- This may contain <pre> tags so it is not indented -}}
17 {{+article.intro}} 16 {{+article.intro}}
18 </div> 17 </div>
19 </div> 18 </div>
20 </body> 19 </body>
21 {{+partials.footer}} 20 {{+partials.footer}}
22 </html> 21 </html>
OLDNEW
« no previous file with comments | « chrome/common/extensions/docs/server2/templates/private/sidenav.html ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698