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 67302224f553c059324af4e17ea6a5fd0ee9ea3b..3b26dbcd9a1cc767abf3ac3b02c41bd869050f12 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"> |
|
Dan Beam
2012/02/28 20:14:24
Can we load this conditionally as well?
<link rel
GeorgeY
2012/02/28 21:17:42
It is loaded conditionally (see the code)
Dan Beam
2012/02/28 22:30:12
But it seems inefficient to me as we'd still have
GeorgeY
2012/02/29 00:15:45
The problem is that dynamically adding .css simila
|
| <link rel="stylesheet" href="most_visited_page.css"> |
| <link rel="stylesheet" href="nav_dot.css"> |
| <link rel="stylesheet" href="new_tab.css"> |