Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(95)

Side by Side Diff: chrome/browser/resources/about_stats.html

Issue 333032: Ensure that Helvetica, if installed, is used instead of Arial. This should be... (Closed) Base URL: svn://chrome-svn/chrome/trunk/src/
Patch Set: '' Created 11 years, 1 month ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View unified diff | Download patch | Annotate | Revision Log
« no previous file with comments | « chrome/browser/resources/about_memory.html ('k') | chrome/browser/resources/about_version.html » ('j') | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
1 <!DOCTYPE HTML> 1 <!DOCTYPE HTML>
2 2
3 <html id="t"> 3 <html id="t">
4 <head> 4 <head>
5 <title>About Stats</title> 5 <title>About Stats</title>
6 6
7 <style> 7 <style>
8 body { 8 body {
9 border-top: 10px solid #3B85E3; 9 border-top: 10px solid #3B85E3;
10 color: #333; 10 color: #333;
11 font-family: Verdana,Arial,Helvetica,sans-serif; 11 font-family: Verdana, Helvetica, Arial, sans-serif;
12 } 12 }
13 body, td { 13 body, td {
14 font-size: 11px; 14 font-size: 11px;
15 } 15 }
16 a:link, a:visited { 16 a:link, a:visited {
17 color: #2C3EBA; 17 color: #2C3EBA;
18 text-decoration: none; 18 text-decoration: none;
19 } 19 }
20 a:hover { 20 a:hover {
21 color: red; 21 color: red;
(...skipping 285 matching lines...) Expand 10 before | Expand all | Expand 10 after
307 <td class="value"></td> 307 <td class="value"></td>
308 </tr> 308 </tr>
309 </tbody> 309 </tbody>
310 </table> 310 </table>
311 </td> 311 </td>
312 </tr> 312 </tr>
313 </tbody> 313 </tbody>
314 </table><br/> 314 </table><br/>
315 </body> 315 </body>
316 </html> 316 </html>
OLDNEW
« no previous file with comments | « chrome/browser/resources/about_memory.html ('k') | chrome/browser/resources/about_version.html » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698