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

Side by Side Diff: samples/third_party/todomvc_performance/web/app/app.css

Issue 204733004: Added TodoMVC startup benchmarks. (Closed) Base URL: https://dart.googlecode.com/svn/branches/bleeding_edge/dart
Patch Set: Created 6 years, 8 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 unified diff | Download patch | Annotate | Revision Log
OLDNEW
1 /* base.css overrides */ 1 /* base.css overrides */
2 2
3 html, 3 html,
4 body { 4 body {
5 margin: 0; 5 margin: 0;
6 padding: 0; 6 padding: 0;
7 } 7 }
8 8
9 body { 9 body {
10 font: 14px 'Helvetica Neue', Helvetica, Arial, sans-serif; 10 font: 14px 'Helvetica Neue', Helvetica, Arial, sans-serif;
(...skipping 186 matching lines...) Expand 10 before | Expand all | Expand 10 after
197 margin: 0 0 0 300px; 197 margin: 0 0 0 300px;
198 } 198 }
199 /**body*/.learn-bar > .learn { 199 /**body*/.learn-bar > .learn {
200 left: 8px; 200 left: 8px;
201 } 201 }
202 /**body*/.learn-bar #todoapp { 202 /**body*/.learn-bar #todoapp {
203 width: 550px; 203 width: 550px;
204 margin: 130px auto 40px auto; 204 margin: 130px auto 40px auto;
205 } 205 }
206 } 206 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698