Chromium Code Reviews| Index: chrome/browser/resources/ntp4/tile_page.css |
| diff --git a/chrome/browser/resources/ntp4/tile_page.css b/chrome/browser/resources/ntp4/tile_page.css |
| index ceadc25d933ed1afa0a896e3eae340bc8b617dfa..326b2a63137d440e62655b666532ab6cb157c974 100644 |
| --- a/chrome/browser/resources/ntp4/tile_page.css |
| +++ b/chrome/browser/resources/ntp4/tile_page.css |
| @@ -23,7 +23,8 @@ |
| .tile-page-content { |
| overflow-y: scroll; |
| - padding-top: 100px; |
| + /* This value is mirrored in TilePage.updateTopMargin_ */ |
| + padding-top: 60px; |
| position: relative; |
| text-align: center; |
| width: 100%; |