| Index: chrome/browser/resources/ntp4/new_tab.css
|
| diff --git a/chrome/browser/resources/ntp4/new_tab.css b/chrome/browser/resources/ntp4/new_tab.css
|
| index b04e3291b9aa73d2e3cdca6c76afd3ada5039b56..455e6ea44b5bad6898811c5190c0caa99959ba9e 100644
|
| --- a/chrome/browser/resources/ntp4/new_tab.css
|
| +++ b/chrome/browser/resources/ntp4/new_tab.css
|
| @@ -24,6 +24,10 @@ body {
|
| -webkit-user-select: none;
|
| }
|
|
|
| +.hidden {
|
| + display: none !important;
|
| +}
|
| +
|
| #card-slider-frame {
|
| /* Must match #footer height. */
|
| bottom: 50px;
|
|
|