Index: chrome/browser/sync/resources/about_sync.html |
diff --git a/chrome/browser/sync/resources/about_sync.html b/chrome/browser/sync/resources/about_sync.html |
index 0fbd6dfcf4f8e5ae82dbc71de57e9191ada07e24..ef14dce59a0dbc4b7889aab48be5d081c7acd7aa 100644 |
--- a/chrome/browser/sync/resources/about_sync.html |
+++ b/chrome/browser/sync/resources/about_sync.html |
@@ -1,10 +1,10 @@ |
<html> |
</html> |
-<html id="t"> |
-<head> |
-<title>About Sync</title> |
- |
-<style type="text/css"> |
+<html id="t"> |
+<head> |
+<title>About Sync</title> |
+ |
+<style type="text/css"> |
body { |
font-size: 84%; |
font-family: Arial, Helvetica, sans-serif; |
@@ -12,14 +12,14 @@ body { |
margin: 0; |
min-width: 45em; |
} |
- |
+ |
h1 { |
font-size: 110%; |
font-weight: bold; |
color: #4a8ee6; |
letter-spacing: -1px; |
padding: 0; |
- margin: 0; |
+ margin: 0; |
} |
h2 { |
font-size: 110%; |
@@ -32,10 +32,10 @@ h2 { |
color: #3a75bd; |
margin-left: -38px; |
padding-left: 38px; |
- |
+ |
border-top: 1px solid #3a75bd; |
padding-top: 0.5em; |
- |
+ |
} |
h2:first-child { |
border-top: 0; |
@@ -50,9 +50,9 @@ div#header { |
position: relative; |
overflow: hidden; |
background: #5296de; |
- -webkit-background-size: 100%; |
+ background-size: 100%; |
border: 1px solid #3a75bd; |
- -webkit-border-radius: 6px; |
+ border-radius: 6px; |
color: white; |
text-shadow: 0 0 2px black; |
} |
@@ -96,10 +96,10 @@ table.list tr th:nth-last-child(1) { |
table.list:not([class*='filtered']) .tab .name { |
padding-left: 1.5em; |
} |
- |
+ |
table.list .name { |
} |
- |
+ |
table.list .name div { |
height: 1.6em; |
overflow: hidden; |
@@ -155,11 +155,10 @@ table.list#details .name { |
<div jscontent="stat_name"></div> |
</td> |
<td class='number'> |
- <div jscontent="stat_value"></div> |
+ <div jscontent="stat_value"></div> |
</td> |
- </tr> |
+ </tr> |
</table> |
</div> |
</body> |
</html> |
- |