Chromium Code Reviews| Index: chrome/browser/resources/feedback.html |
| diff --git a/chrome/browser/resources/feedback.html b/chrome/browser/resources/feedback.html |
| index ca55fc864ece17e6d326bd402eb16a009293bc6b..eeaa08644e35f5a1a79243abbcfcde247dae1ce1 100644 |
| --- a/chrome/browser/resources/feedback.html |
| +++ b/chrome/browser/resources/feedback.html |
| @@ -13,10 +13,14 @@ |
| <script src="chrome://feedback/strings.js"></script> |
| </head> |
| <body id="feedback-page" |
| - i18n-values=".style.fontFamily:fontfamily;.style.fontSize:fontsize"> |
| - <h1 i18n-content="title"></h1> |
| + i18n-values=".style.fontFamily:fontfamily;.style.fontSize:fontsize" |
| + class="normal-layout"> |
|
Dan Beam
2013/03/19 04:43:53
^ this is unnecessary
benwells
2013/03/20 07:49:32
Cool, done.
|
| + <h1 id="title" i18n-content="title"></h1> |
| + <h1 id="launcher-title" i18n-content="launcher-title"></h1> |
| <div id="content"> |
| <span id="description" colspan="2" i18n-content="description"></span> |
| + <span id="launcher-description" colspan="2" |
| + i18n-content="launcher-description"></span> |
| <textarea id="description-text" rows="10"></textarea> |
| <div id="page-url" class="input-text-container checkbox"> |
| <label> |