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

Unified Diff: chrome/browser/sync/resources/about_sync.html

Issue 1182001: Remove vendor specific CSS prefixes. (Closed)
Patch Set: ? Created 10 years, 9 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 | « chrome/browser/security/resources/ssl_roadblock.html ('k') | chrome/browser/sync/resources/gaia_login.html » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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>
-
« no previous file with comments | « chrome/browser/security/resources/ssl_roadblock.html ('k') | chrome/browser/sync/resources/gaia_login.html » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698