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

Side by Side Diff: samples/third_party/todomvc_performance/web/elements/td_todos.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 @host { 3 @host {
4 * { 4 * {
5 display: block; 5 display: block;
6 position: relative; 6 position: relative;
7 } 7 }
8 } 8 }
9 9
10 button { 10 button {
(...skipping 247 matching lines...) Expand 10 before | Expand all | Expand 10 after
258 top: -56px; 258 top: -56px;
259 left: -15px; 259 left: -15px;
260 width: 65px; 260 width: 65px;
261 height: 41px; 261 height: 41px;
262 -webkit-transform: rotate(90deg); 262 -webkit-transform: rotate(90deg);
263 transform: rotate(90deg); 263 transform: rotate(90deg);
264 -webkit-appearance: none; 264 -webkit-appearance: none;
265 appearance: none; 265 appearance: none;
266 } 266 }
267 } 267 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698