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

Side by Side Diff: polymer_0.5.0/bower_components/gif.js/site/contents/styles/vendor/reset.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 // http://meyerweb.com/eric/tools/css/reset/ 1 // http://meyerweb.com/eric/tools/css/reset/
2 // v2.0 | 20110126 2 // v2.0 | 20110126
3 // License: none (public domain) 3 // License: none (public domain)
4 4
5 html, body, div, span, applet, object, iframe, 5 html, body, div, span, applet, object, iframe,
6 h1, h2, h3, h4, h5, h6, p, blockquote, pre, 6 h1, h2, h3, h4, h5, h6, p, blockquote, pre,
7 a, abbr, acronym, address, big, cite, code, 7 a, abbr, acronym, address, big, cite, code,
8 del, dfn, em, img, ins, kbd, q, s, samp, 8 del, dfn, em, img, ins, kbd, q, s, samp,
9 small, strike, strong, sub, sup, tt, var, 9 small, strike, strong, sub, sup, tt, var,
10 b, u, i, center, 10 b, u, i, center,
(...skipping 25 matching lines...) Expand all
36 } 36 }
37 blockquote:before, blockquote:after, 37 blockquote:before, blockquote:after,
38 q:before, q:after { 38 q:before, q:after {
39 content: ''; 39 content: '';
40 content: none; 40 content: none;
41 } 41 }
42 table { 42 table {
43 border-collapse: collapse; 43 border-collapse: collapse;
44 border-spacing: 0; 44 border-spacing: 0;
45 } 45 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698