Chromium Code Reviews

Side by Side Diff: polymer_0.4.0/bower_components/web-animations-js/test/testharness_timing.css

Issue 786953007: npm_modules: Fork bower_components into Polymer 0.4.0 and 0.5.0 versions (Closed) Base URL: https://chromium.googlesource.com/infra/third_party/npm_modules.git@master
Patch Set: Created 5 years, 11 months ago
Use n/p to move between diff chunks; N/P to move between comments.
Jump to:
View unified diff |
OLDNEW
1 html, body { 1 html, body {
2 height: 100%; 2 height: 100%;
3 padding: 0; 3 padding: 0;
4 margin: 0; 4 margin: 0;
5 } 5 }
6 6
7 #timeline { 7 #timeline {
8 position: fixed; 8 position: fixed;
9 height: 35px; 9 height: 35px;
10 bottom: 2px; 10 bottom: 2px;
(...skipping 55 matching lines...)
66 white-space: pre; 66 white-space: pre;
67 font-family: monospace; 67 font-family: monospace;
68 } 68 }
69 69
70 #debug { 70 #debug {
71 width: 100%; 71 width: 100%;
72 height: 400px; 72 height: 400px;
73 overflow-y: scroll; 73 overflow-y: scroll;
74 border: 1px solid black; 74 border: 1px solid black;
75 } 75 }
OLDNEW

Powered by Google App Engine