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

Side by Side Diff: polymer_0.5.0/bower_components/gif.js/site/contents/styles/main.less

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 1
2 @import 'vendor/reset'; 2 @import 'vendor/reset';
3 @import 'vendor/elements'; 3 @import 'vendor/elements';
4 4
5 @background: #d4d4d4; 5 @background: #d4d4d4;
6 @text: #131313; 6 @text: #131313;
7 7
8 html, body { 8 html, body {
9 min-height: 100%; 9 min-height: 100%;
10 } 10 }
(...skipping 168 matching lines...) Expand 10 before | Expand all | Expand 10 after
179 179
180 pre .coffeescript .javascript, 180 pre .coffeescript .javascript,
181 pre .javascript .xml, 181 pre .javascript .xml,
182 pre .tex .formula, 182 pre .tex .formula,
183 pre .xml .javascript, 183 pre .xml .javascript,
184 pre .xml .vbscript, 184 pre .xml .vbscript,
185 pre .xml .css, 185 pre .xml .css,
186 pre .xml .cdata { 186 pre .xml .cdata {
187 opacity: 0.5; 187 opacity: 0.5;
188 } 188 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698