Chromium Code Reviews| Index: chrome/browser/resources/chromeos/merge_session_load.html |
| diff --git a/chrome/browser/resources/chromeos/merge_session_load.html b/chrome/browser/resources/chromeos/merge_session_load.html |
| index 4c05fc5d3254bc2711a2c217431895312344f277..fdd8b457eb7c863a4fb610c2393bc85b5b1fef63 100644 |
| --- a/chrome/browser/resources/chromeos/merge_session_load.html |
| +++ b/chrome/browser/resources/chromeos/merge_session_load.html |
| @@ -3,6 +3,7 @@ |
| <head> |
| <title i18n-content="title"> |
| </title> |
| +<link rel="stylesheet" href="chrome://resources/css/chrome_shared.css"> |
|
Dan Beam
2014/12/10 19:49:24
why chrome_shared.css instead of text_defaults.css
xdai1
2014/12/11 02:59:22
Sorry it's a mistake... Done.
|
| <style> |
| html { |
| height: 100%; |
| @@ -12,7 +13,6 @@ body { |
| background: white; |
| color: #000; |
| display: -webkit-box; |
| - font-family: arial, sans-serif; |
| height: 100%; |
| margin: 0; |
| padding: 0; |
| @@ -21,7 +21,6 @@ body { |
| } |
| .header { |
| - font-family: Sans-serif; |
| padding: 3px; |
| width: 80%; |
| } |