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

Unified Diff: chrome/browser/resources/new_tab.html

Issue 8080: Declare encoding on the New Tab. (Closed) Base URL: svn://chrome-svn/chrome/trunk/src/
Patch Set: '' Created 12 years, 2 months 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 side-by-side diff with in-line comments
Download patch
« no previous file with comments | « no previous file | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/browser/resources/new_tab.html
===================================================================
--- chrome/browser/resources/new_tab.html (revision 3932)
+++ chrome/browser/resources/new_tab.html (working copy)
@@ -1,3 +1,4 @@
+<!DOCTYPE HTML>
<html id="t" jsvalues="dir:textdirection;firstview:firstview">
<!--
This page is optimized for perceived performance. Our enemies are the time
@@ -124,6 +125,7 @@
logEvent('log start');
</script>
<head>
+<meta charset="utf-8">
<title jscontent="title"></title>
<style type="text/css">
body {
@@ -145,9 +147,6 @@
margin-right:auto;
margin-top:10px;
}
-td {
- font-size:84%;
-}
form {
padding: 0;
margin: 0;
@@ -250,7 +249,6 @@
color:#77c;
margin-left: 5px;
margin-right: 5px;
- font-size:84%;
line-height:19pt;
text-decoration:underline;
}
@@ -268,14 +266,14 @@
}
#recentlyBookmarked {
background-color:#e1ecfe;
-}
+}
#searches input {
border:1px solid #7f9db9;
background-repeat: no-repeat;
background-position:4px center;
padding-left: 23px;
min-height:24px;
- width:206px;
+ width:182px;
margin-bottom:8px;
display:block;
}
@@ -352,7 +350,7 @@
</td>
<td valign="top" width="230">
<div align="right">
- <img src="../../app/theme/%DISTRIBUTION%/product_logo.png"
+ <img src="../../app/theme/%DISTRIBUTION%/product_logo.png"
width="145" height="52" style="padding-bottom:8px;" />
</div>
<div id="searches" class="sidebar">
@@ -409,7 +407,6 @@
// Something went wrong; don't make it clickable.
root = DOM('span');
}
-
/* Create the thumbnail */
var img_thumbnail = DOM('img', {className:'thumbnail'});
« no previous file with comments | « no previous file | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698