| Index: chrome/browser/resources/history.html
|
| ===================================================================
|
| --- chrome/browser/resources/history.html (revision 13559)
|
| +++ chrome/browser/resources/history.html (working copy)
|
| @@ -807,10 +807,8 @@
|
| </script>
|
| <style type="text/css">
|
| body {
|
| - font-family:arial;
|
| background-color:white;
|
| color:black;
|
| - font-size:84%;
|
| margin:10px;
|
| }
|
| .header {
|
| @@ -921,7 +919,7 @@
|
| }
|
| </style>
|
| </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/history_section.png"
|
| @@ -954,4 +952,4 @@
|
| <span id="deletedaywarning" jscontent="deletedaywarning">Are you sure you want to delete this day?</span>
|
| </div>
|
| </body>
|
| -</html>
|
| +</html>
|
|
|