Chromium Code Reviews| Index: chrome/browser/resources/ntp4/new_tab.html |
| diff --git a/chrome/browser/resources/ntp4/new_tab.html b/chrome/browser/resources/ntp4/new_tab.html |
| index 3ba6cf9b3149834fa6f51db353e8f4fe35abc0a8..0afc067a654037cabb7e0481f67c5363a98e3081 100644 |
| --- a/chrome/browser/resources/ntp4/new_tab.html |
| +++ b/chrome/browser/resources/ntp4/new_tab.html |
| @@ -26,6 +26,7 @@ |
| <link rel="stylesheet" href="../shared/css/menu.css"> |
| <link rel="stylesheet" href="../shared/css/trash.css"> |
| <link rel="stylesheet" href="apps_page.css"> |
| +<link rel="stylesheet" href="chrome://newtab/suggestions_page.css"> |
|
Evan Stade
2012/02/17 20:07:35
do the same thing for this one as you did for the
Evan Stade
2012/02/17 20:08:14
oh nevermind. I see what you did.
GeorgeY
2012/02/21 23:32:23
Yes. Apparently the css refused to load anywhere e
Evan Stade
2012/02/23 02:10:20
does this cause a "resource failed to load" error
GeorgeY
2012/02/24 01:52:07
No, no error that I see - I think empty .css is OK
|
| <link rel="stylesheet" href="most_visited_page.css"> |
| <link rel="stylesheet" href="nav_dot.css"> |
| <link rel="stylesheet" href="new_tab.css"> |