| Index: chrome/browser/resources/bookmark_manager/main.html
|
| diff --git a/chrome/browser/resources/bookmark_manager/main.html b/chrome/browser/resources/bookmark_manager/main.html
|
| index 20f03e46f48671c94092bd788447aa08fddc2e21..b95d294a267812b4b12150aa5615f2d438c046d7 100644
|
| --- a/chrome/browser/resources/bookmark_manager/main.html
|
| +++ b/chrome/browser/resources/bookmark_manager/main.html
|
| @@ -13,6 +13,7 @@ found in the LICENSE file.
|
| <title i18n-content="title"></title>
|
|
|
| <link rel="stylesheet" href="chrome://resources/css/list.css">
|
| +<link rel="stylesheet" href="chrome://resources/css/text_defaults.css">
|
| <link rel="stylesheet" href="chrome://resources/css/tree.css">
|
| <link rel="stylesheet" href="chrome://resources/css/menu.css">
|
| <link rel="stylesheet" href="chrome://resources/css/menu_button.css">
|
| @@ -53,7 +54,7 @@ found in the LICENSE file.
|
| <script src="js/bmm/bookmark_tree.js"></script>
|
| <script src="js/dnd.js"></script>
|
| </head>
|
| -<body i18n-values=".style.fontFamily:fontfamily;.style.fontSize:fontsize">
|
| +<body>
|
|
|
| <header>
|
| <h1 i18n-content="title"></h1>
|
|
|