| Index: chrome/browser/resources/local_ntp/most_visited_single.html
|
| diff --git a/chrome/browser/resources/local_ntp/most_visited_single.html b/chrome/browser/resources/local_ntp/most_visited_single.html
|
| index bca6ff9ed6dc59b0a5bb57f6271f55a89ffa8b77..394681921f97e41b16e448b245c9eaa25e105d1e 100644
|
| --- a/chrome/browser/resources/local_ntp/most_visited_single.html
|
| +++ b/chrome/browser/resources/local_ntp/most_visited_single.html
|
| @@ -3,7 +3,8 @@
|
| <head>
|
| <base target="_top">
|
| <meta charset="utf-8">
|
| - <link rel="stylesheet" href="single.css">
|
| + <link rel="stylesheet" type="text/css" href="single.css">
|
| + <style type="text/css" id="custom-theme"></style>
|
| <script src="single.js"></script>
|
| </head>
|
| <body>
|
|
|