diff options
Diffstat (limited to 'chrome/browser/resources/downloads.html')
-rw-r--r-- | chrome/browser/resources/downloads.html | 6 |
1 files changed, 2 insertions, 4 deletions
diff --git a/chrome/browser/resources/downloads.html b/chrome/browser/resources/downloads.html index acab6f0..6d85f3b 100644 --- a/chrome/browser/resources/downloads.html +++ b/chrome/browser/resources/downloads.html @@ -5,10 +5,8 @@ <title jscontent="title"></title> <style type="text/css"> body { - font-family:arial; background-color:white; color:black; - font-size:84%; margin:10px; } .header { @@ -698,7 +696,7 @@ function downloadUpdated(results) { } </script> </head> -<body onload="load();"> +<body onload="load();" jsvalues=".style.fontFamily:fontfamily;.style.fontSize:fontsize"> <div class="header"> <a href="" onclick="setSearch(''); return false;"> <img src="../../app/theme/downloads_section.png" @@ -734,4 +732,4 @@ function downloadUpdated(results) { <span id="control_resume" jscontent="control_resume">Resume</span> </div> </body> -</html>
\ No newline at end of file +</html> |