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

Unified Diff: dart/samples/third_party/todomvc/web/base.css

Issue 59073003: Version 0.8.10.4 (Closed) Base URL: http://dart.googlecode.com/svn/trunk/
Patch Set: Created 7 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 side-by-side diff with in-line comments
Download patch
« no previous file with comments | « dart/samples/third_party/todomvc/web/app.html ('k') | dart/samples/third_party/todomvc/web/index.html » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: dart/samples/third_party/todomvc/web/base.css
===================================================================
--- dart/samples/third_party/todomvc/web/base.css (revision 29808)
+++ dart/samples/third_party/todomvc/web/base.css (working copy)
@@ -14,10 +14,10 @@
font-family: inherit;
color: inherit;
-webkit-appearance: none;
- /*-moz-appearance: none;*/
+ -moz-appearance: none;
-ms-appearance: none;
-o-appearance: none;
- appearance: none;
+ /*appearance: none; */
}
body {
@@ -31,7 +31,7 @@
-moz-font-smoothing: antialiased;
-ms-font-smoothing: antialiased;
-o-font-smoothing: antialiased;
- font-smoothing: antialiased;
+ /* font-smoothing: antialiased; */
}
/*
@@ -82,7 +82,7 @@
color: #b3b3b3;
color: rgba(255, 255, 255, 0.3);
text-shadow: -1px -1px rgba(0, 0, 0, 0.2);
- -webkit-text-rendering: optimizeLegibility;
+ /*-webkit-text-rendering: optimizeLegibility;*/
-moz-text-rendering: optimizeLegibility;
-ms-text-rendering: optimizeLegibility;
-o-text-rendering: optimizeLegibility;
@@ -138,7 +138,7 @@
-moz-font-smoothing: antialiased;
-ms-font-smoothing: antialiased;
-o-font-smoothing: antialiased;
- font-smoothing: antialiased;
+ /*font-smoothing: antialiased;*/
}
#new-todo {
@@ -321,6 +321,9 @@
-webkit-transform: rotate(90deg);
transform: rotate(90deg);
-webkit-appearance: none;
- appearance: none;
+ -moz-appearance: none;
+ -ms-appearance: none;
+ -o-appearance: none;
+ /*appearance: none; */
}
}
« no previous file with comments | « dart/samples/third_party/todomvc/web/app.html ('k') | dart/samples/third_party/todomvc/web/index.html » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698