| 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 bb8b82b95956cedb6555c64488fff665d624a4f2..cb59659506eef9918c27268ab180197602d02a6f 100644
|
| --- a/chrome/browser/resources/ntp4/new_tab.html
|
| +++ b/chrome/browser/resources/ntp4/new_tab.html
|
| @@ -20,6 +20,7 @@
|
| <!-- It's important that this be the first script loaded. -->
|
| <script src="logging.js"></script>
|
|
|
| +<link rel="stylesheet" href="chrome://resources/css/text_defaults.css">
|
| <link rel="stylesheet" href="../../../../ui/webui/resources/css/bubble.css">
|
| <link rel="stylesheet" href="../../../../ui/webui/resources/css/expandable_bubble.css">
|
| <link rel="stylesheet" href="../../../../ui/webui/resources/css/menu.css">
|
| @@ -70,7 +71,7 @@
|
| <script src="other_sessions.js"></script>
|
| </head>
|
|
|
| -<body i18n-values=".style.fontFamily:fontfamily;.style.fontSize:fontsize">
|
| +<body>
|
| <div id="notification-container" class="inactive" hidden>
|
| <div id="notification">
|
| <span></span>
|
|
|