Chromium Code Reviews| Index: chrome/browser/resources/new_new_tab.html |
| diff --git a/chrome/browser/resources/new_new_tab.html b/chrome/browser/resources/new_new_tab.html |
| index 59c1bca6f6c2e08b15c7a1c086403cd105700f9e..c2e249cc5d0817df5a63a1cb9b25013d9d2090e9 100644 |
| --- a/chrome/browser/resources/new_new_tab.html |
| +++ b/chrome/browser/resources/new_new_tab.html |
| @@ -146,10 +146,13 @@ if ('mode' in hashParams) { |
| <div class="maxiview" id="apps-maxiview"> |
| <div id="apps-promo"> |
| - <button id="apps-promo-hide" i18n-content="appspromohide"></button> |
| - <h3 i18n-content="appspromoheader"></h3> |
| - <p id="apps-promo-text1" i18n-values=".innerHTML:appspromotext1"></p> |
| - <p id="apps-promo-text2" i18n-content="appspromotext2"></p> |
| + <p id="apps-promo-heading"></p> |
| + <div class="g-button-basic"> |
| + <div><span><span> |
|
arv (Not doing code reviews)
2011/04/13 17:17:59
div-span-span? What tag is that?
Why do you need
jstritar
2011/04/13 19:52:27
I asked myself the same question. I'm using the bu
|
| + <a id="apps-promo-link" href=""></a> |
| + </span></span></div> |
| + </div> |
| + <button id="apps-promo-hide"></button> |
| </div> |
| <div id="apps-content"></div> |
| </div> |