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

Side by Side Diff: polymer_0.5.0/bower_components/google-code-prettify/src/prettify.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 /* Pretty printing styles. Used with prettify.js. */ 1 /* Pretty printing styles. Used with prettify.js. */
2 2
3 /* SPAN elements with the classes below are added by prettyprint. */ 3 /* SPAN elements with the classes below are added by prettyprint. */
4 .pln { color: #000 } /* plain text */ 4 .pln { color: #000 } /* plain text */
5 5
6 @media screen { 6 @media screen {
7 .str { color: #080 } /* string content */ 7 .str { color: #080 } /* string content */
8 .kwd { color: #008 } /* a keyword */ 8 .kwd { color: #008 } /* a keyword */
9 .com { color: #800 } /* a comment */ 9 .com { color: #800 } /* a comment */
10 .typ { color: #606 } /* a type name */ 10 .typ { color: #606 } /* a type name */
(...skipping 32 matching lines...) Expand 10 before | Expand all | Expand 10 after
43 li.L5, 43 li.L5,
44 li.L6, 44 li.L6,
45 li.L7, 45 li.L7,
46 li.L8 { list-style-type: none } 46 li.L8 { list-style-type: none }
47 /* Alternate shading for lines */ 47 /* Alternate shading for lines */
48 li.L1, 48 li.L1,
49 li.L3, 49 li.L3,
50 li.L5, 50 li.L5,
51 li.L7, 51 li.L7,
52 li.L9 { background: #eee } 52 li.L9 { background: #eee }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698