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

Unified Diff: samples/third_party/todomvc/web/app/app.css

Issue 158083002: introduce web_components pkg for consolidated polyfills (Closed) Base URL: https://dart.googlecode.com/svn/branches/bleeding_edge/dart
Patch Set: Created 6 years, 10 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
Index: samples/third_party/todomvc/web/app/app.css
diff --git a/samples/third_party/todomvc/web/app/app.css b/samples/third_party/todomvc/web/app/app.css
index 9273a29f810c5ea7f8d0a1792e29540e65093308..68a14681a0e9acd86bde98e2e825af1d357139a8 100644
--- a/samples/third_party/todomvc/web/app/app.css
+++ b/samples/third_party/todomvc/web/app/app.css
@@ -17,7 +17,7 @@ body {
-moz-font-smoothing: antialiased;
-ms-font-smoothing: antialiased;
-o-font-smoothing: antialiased;
- /* font-smoothing: antialiased; */
+ font-smoothing: antialiased;
}
body > header {
@@ -35,7 +35,7 @@ h1 {
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;
@@ -203,4 +203,4 @@ hr {
width: 550px;
margin: 130px auto 40px auto;
}
-}
+}
« no previous file with comments | « samples/third_party/todomvc/test/mainpage_test.dart ('k') | tests/html/custom/attribute_changed_callback_test.dart » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698