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

Side by Side Diff: chrome/common/extensions/docs/server2/templates/private/header_body.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
OLDNEW
1 {{?branchInfo.showWarning}} 1 {{?branchInfo.showWarning}}
2 <div id="branchWarning" class="displayModeWarning"> 2 <div id="branchWarning" class="displayModeWarning">
3 <span>WARNING: this is the {{branchInfo.current}} documentation. It may not wo rk with the stable release of Chrome.</span> 3 <span>WARNING: this is the {{branchInfo.current}} documentation. It may not wo rk with the stable release of Chrome.</span>
4 <select id="branchChooser"> 4 <select id="branchChooser">
5 <option value="">Choose a different version...</option> 5 <option value="">Choose a different version...</option>
6 {{#branchInfo.branches}} 6 {{#branchInfo.branches}}
7 <option value="{{path}}">{{name}}</option> 7 <option value="{{path}}">{{name}}</option>
8 {{/}} 8 {{/}}
9 </select> 9 </select>
10 </div> 10 </div>
11 {{/}} 11 {{/}}
12 <a id="top"></a> 12 <a id="top"></a>
13 <div id="skipto">
14 <a href="#gc-pagecontent">Skip to page content</a>
15 <a href="#gc-topnav">Skip to main navigation</a>
16 </div>
17 <div id="header"> 13 <div id="header">
18 <div id="logo"> 14 <div id="logo">
19 <a href="http://code.google.com/"><img src="{{static}}/images/chrome_logo.gi f" alt="Google Code Labs" style="border:0; margin:0;"></a> 15 <a href="http://code.google.com/"><img src="{{static}}/images/chrome_logo.gi f" alt="Google Code Labs" style="border:0; margin:0;"></a>
20 </div> 16 </div>
21 <div id="cse"></div> 17 <div id="cse"></div>
22 <span class="greytext">e.g. "page action" or "tabs"</span> 18 <span class="greytext">e.g. "page action" or "tabs"</span>
23 </div> 19 </div>
24 <a id="gc-topnav-anchor"></a> 20 <a id="gc-topnav-anchor"></a>
25 <div id="gc-topnav"> 21 <div id="gc-topnav">
26 <h1>Google Chrome Extensions</h1> 22 <h1>Google Chrome Extensions</h1>
(...skipping 11 matching lines...) Expand all
38 <a href="samples.html" title="Sample extensions (with source code)"><div>S amples</div></a> 34 <a href="samples.html" title="Sample extensions (with source code)"><div>S amples</div></a>
39 </li> 35 </li>
40 <li id="group_link"> 36 <li id="group_link">
41 <a href="http://groups.google.com/a/chromium.org/group/chromium-extensions " title="Google Chrome Extensions developer forum"><div>Group</div></a> 37 <a href="http://groups.google.com/a/chromium.org/group/chromium-extensions " title="Google Chrome Extensions developer forum"><div>Group</div></a>
42 </li> 38 </li>
43 <li id="so_link"> 39 <li id="so_link">
44 <a href="http://stackoverflow.com/questions/tagged/google-chrome-extension " title="[google-chrome-extension] tag on Stack Overflow"><div>Questions?</div>< /a> 40 <a href="http://stackoverflow.com/questions/tagged/google-chrome-extension " title="[google-chrome-extension] tag on Stack Overflow"><div>Questions?</div>< /a>
45 </li> 41 </li>
46 </ul> 42 </ul>
47 </div> 43 </div>
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698