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

Side by Side Diff: chrome/common/extensions/docs/server2/templates/articles/override.html

Issue 10834130: Extensions Docs Server: Doc conversion script - SVN (Closed) Base URL: https://src.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
OLDNEW
1 <div id="pageData-name" class="pageData">Override Pages</div> 1 <h1>Override Pages</h1>
2 <div id="pageData-showTOC" class="pageData">true</div> 2
3 3
4 <style> 4 <style>
5 #pics { 5 #pics {
6 margin:2em 1em 1.5em; 6 margin:2em 1em 1.5em;
7 } 7 }
8 8
9 #pics td { 9 #pics td {
10 text-align:center; 10 text-align:center;
11 width:50%!important; 11 width:50%!important;
12 border:none; 12 border:none;
(...skipping 71 matching lines...) Expand 10 before | Expand all | Expand 10 after
84 next to a custom New Tab page. 84 next to a custom New Tab page.
85 </p> 85 </p>
86 86
87 <table id="pics"> 87 <table id="pics">
88 <tr> 88 <tr>
89 <td> <b>The default New Tab page</b> </td> 89 <td> <b>The default New Tab page</b> </td>
90 <td> <b>An alternative New Tab page</b> </td> 90 <td> <b>An alternative New Tab page</b> </td>
91 </tr> 91 </tr>
92 <tr> 92 <tr>
93 <td> 93 <td>
94 <img src="../images/ntp-default.png" 94 <img src="{{static}}/images/ntp-default.png"
95 alt="default New Tab page" 95 alt="default New Tab page"
96 width="200" height="173"> 96 width="200" height="173">
97 </td> 97 </td>
98 <td> 98 <td>
99 <img src="../images/ntp-blank.png" 99 <img src="{{static}}/images/ntp-blank.png"
100 alt="a blank New Tab page" 100 alt="a blank New Tab page"
101 width="200" height="173"> 101 width="200" height="173">
102 </td> 102 </td>
103 </tr> 103 </tr>
104 </table> 104 </table>
105 105
106 <h2 id="manifest">Manifest</h2> 106 <h2 id="manifest">Manifest</h2>
107 107
108 <p> 108 <p>
109 Register an override page in the 109 Register an override page in the
(...skipping 67 matching lines...) Expand 10 before | Expand all | Expand 10 after
177 you're better off trying to make something completely different. 177 you're better off trying to make something completely different.
178 </p> 178 </p>
179 </li> 179 </li>
180 </ul> 180 </ul>
181 181
182 <h2 id="examples"> Examples </h2> 182 <h2 id="examples"> Examples </h2>
183 183
184 <p> 184 <p>
185 See the 185 See the
186 <a href="samples.html#chrome_url_overrides">override samples</a>. 186 <a href="samples.html#chrome_url_overrides">override samples</a>.
187 </p> 187 </p>
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698