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

Side by Side Diff: polymer_0.4.0/bower_components/polymer-test-tools/mocha/mocha.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. Draft comments are only viewable by you.
Jump to:
View unified diff | Download patch
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...) Expand 10 before | Expand all | Expand 10 after
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
This is Rietveld 408576698