| Index: chrome/common/extensions/docs/examples/api/fontSettings/popup.html
|
| diff --git a/chrome/common/extensions/docs/examples/api/fontSettings/popup.html b/chrome/common/extensions/docs/examples/api/fontSettings/popup.html
|
| index 3e894bac773d68292f0ed02fb410c3f6e5378429..d4e542e9b651ce562d687919ec73bb732683e794 100644
|
| --- a/chrome/common/extensions/docs/examples/api/fontSettings/popup.html
|
| +++ b/chrome/common/extensions/docs/examples/api/fontSettings/popup.html
|
| @@ -6,7 +6,7 @@
|
| </head>
|
| <body>
|
| <h1>Font Settings</h1>
|
| - <form id="fontForm">
|
| + <div>
|
| <div>Script</div>
|
| <div>
|
| <select id="scriptList">
|
| @@ -44,6 +44,7 @@
|
| <option value="Yiii">Yi</option>
|
| </select>
|
| </div>
|
| + <div style="margin-left:10px">
|
| <div>Standard</div>
|
| <div>
|
| <select id="standardFontList"></select>
|
| @@ -60,6 +61,9 @@
|
| <div>
|
| <select id="fixedFontList"></select>
|
| </div>
|
| - </form>
|
| + </div>
|
| + <div>Font Size</div>
|
| + <div><input type="text" id="defaultFontSize"></div>
|
| + </div>
|
| </body>
|
| </html>
|
|
|