diff options
Diffstat (limited to 'chrome/browser/resources/incognito_tab.html')
-rw-r--r-- | chrome/browser/resources/incognito_tab.html | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/chrome/browser/resources/incognito_tab.html b/chrome/browser/resources/incognito_tab.html index 6d34646..c35f351 100644 --- a/chrome/browser/resources/incognito_tab.html +++ b/chrome/browser/resources/incognito_tab.html @@ -14,8 +14,6 @@ body { background-color:#eee; color:black; padding:10px 10px 10px 10px; - font-family:arial; - font-size:84%; max-width:600px; margin-left:auto; margin-right:auto; @@ -23,7 +21,7 @@ body { </style> </head> <body> -<div class="content"> +<div class="content" jsvalues=".style.fontFamily:fontfamily;.style.fontSize:fontsize"> <img src="../../app/theme/otr_icon_standalone.png" class="icon" /> <span jseval="this.innerHTML = $this.content;"></span> </div> |