Chromium Code Reviews| 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; | 
| 
 
Jennifer Messerly
2014/02/08 01:13:29
I updated TodoMVC's CSS file
 
Siggi Cherem (dart-lang)
2014/02/10 20:49:23
why were we commenting these out? were we getting
 
Jennifer Messerly
2014/02/10 22:17:11
ah, probably! Still, that isn't a good reason :)
 
 | 
| } | 
| 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; | 
| } | 
| -} | 
| +} |