Chromium Code Reviews

Side by Side Diff: polymer_0.5.0/bower_components/web-animations-js/node_modules/mocha/mocha.css

Issue 835333002: npm_modules: Add ignored web-animations-js files (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 @charset "utf-8"; 1 @charset "utf-8";
2 2
3 body { 3 body {
4 margin:0; 4 margin:0;
5 } 5 }
6 6
7 #mocha { 7 #mocha {
8 font: 20px/1.5 "Helvetica Neue", Helvetica, Arial, sans-serif; 8 font: 20px/1.5 "Helvetica Neue", Helvetica, Arial, sans-serif;
9 margin: 60px 50px; 9 margin: 60px 50px;
10 } 10 }
(...skipping 250 matching lines...)
261 261
262 @media screen and (max-device-width: 480px) { 262 @media screen and (max-device-width: 480px) {
263 #mocha { 263 #mocha {
264 margin: 60px 0px; 264 margin: 60px 0px;
265 } 265 }
266 266
267 #mocha #stats { 267 #mocha #stats {
268 position: absolute; 268 position: absolute;
269 } 269 }
270 } 270 }
OLDNEW

Powered by Google App Engine