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

Side by Side Diff: samples/third_party/todomvc_performance/web/elements/td_item.css

Issue 204733004: Added TodoMVC startup benchmarks. (Closed) Base URL: https://dart.googlecode.com/svn/branches/bleeding_edge/dart
Patch Set: Created 6 years, 9 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 @host { 2 @host {
3 .editing { 3 .editing {
4 border-bottom: none; 4 border-bottom: none;
5 padding: 0; 5 padding: 0;
6 } 6 }
7 } 7 }
8 8
9 button { 9 button {
10 margin: 0; 10 margin: 0;
(...skipping 141 matching lines...) Expand 10 before | Expand all | Expand 10 after
152 ShadowDOM Polyfill work around for webkit/blink bug 152 ShadowDOM Polyfill work around for webkit/blink bug
153 https://code.google.com/p/chromium/issues/detail?id=251510 153 https://code.google.com/p/chromium/issues/detail?id=251510
154 */ 154 */
155 background-color: transparent; 155 background-color: transparent;
156 } 156 }
157 157
158 .toggle { 158 .toggle {
159 height: 40px; 159 height: 40px;
160 } 160 }
161 } 161 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698