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

Side by Side Diff: chrome/common/extensions/docs/template/api_template_apps.html

Issue 10699060: Applying new theme to extensions docs (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: 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/template/api_template.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 <link href="../css/ApiRefStyles_apps.css" rel="stylesheet" type="text/css"> 1 <link href="../css/ApiRefStyles.css" rel="stylesheet" type="text/css">
2 <link href="../css/prettify.css" rel="stylesheet" type="text/css"> 2 <link href="../css/prettify.css" rel="stylesheet" type="text/css">
3 <link href="../css/shared.css" rel="stylesheet" type="text/css"> 3 <link href="../css/shared.css" rel="stylesheet" type="text/css">
4 4
5 <div id="devModeWarning" class="displayModeWarning"> 5 <div id="devModeWarning" class="displayModeWarning">
6 You are viewing extension docs in chrome via the 'file:' scheme: are you exp ecting to see local changes when you refresh? You'll need run chrome with --allo w-file-access-from-files. 6 You are viewing extension docs in chrome via the 'file:' scheme: are you exp ecting to see local changes when you refresh? You'll need run chrome with --allo w-file-access-from-files.
7 </div> 7 </div>
8 <div id="branchWarning" class="displayModeWarning"> 8 <div id="branchWarning" class="displayModeWarning">
9 <span>WARNING: This is the <span id="branchName">BETA</span> documentation. 9 <span>WARNING: This is the <span id="branchName">BETA</span> documentation.
10 It may not work with the stable release of Chrome.</span> 10 It may not work with the stable release of Chrome.</span>
11 <select id='branchChooser'> 11 <select id='branchChooser'>
(...skipping 594 matching lines...) Expand 10 before | Expand all | Expand 10 after
606 _uanchor=1; 606 _uanchor=1;
607 _uff=0; 607 _uff=0;
608 urchinTracker(); 608 urchinTracker();
609 } 609 }
610 catch(e) {/* urchinTracker not available. */} 610 catch(e) {/* urchinTracker not available. */}
611 </script> 611 </script>
612 <!-- end analytics --> 612 <!-- end analytics -->
613 </div> 613 </div>
614 </div> <!-- /gc-footer --> 614 </div> <!-- /gc-footer -->
615 </div> <!-- /gc-container --> 615 </div> <!-- /gc-container -->
OLDNEW
« no previous file with comments | « chrome/common/extensions/docs/template/api_template.html ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698