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

Side by Side Diff: polymer_0.4.0/bower_components/google-code-prettify/styles/index.html

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 <!DOCTYPE HTML PUBLIC "-//IETF//DTD HTML//EN"> 1 <!DOCTYPE HTML PUBLIC "-//IETF//DTD HTML//EN">
2 <html><head> 2 <html><head>
3 <title>Prettify Themes Gallery</title> 3 <title>Prettify Themes Gallery</title>
4 <style type="text/css"> 4 <style type="text/css">
5 iframe { width: 100%; border-style: none; margin: 0; padding: 0 } 5 iframe { width: 100%; border-style: none; margin: 0; padding: 0 }
6 </style> 6 </style>
7 <script> 7 <script>
8 var allThemes = [ 8 var allThemes = [
9 { name: 'default' }, 9 { name: 'default' },
10 { name: 'desert', 10 { name: 'desert',
(...skipping 69 matching lines...) Expand 10 before | Expand all | Expand 10 after
80 80
81 var div = document.createElement('div'); 81 var div = document.createElement('div');
82 div.appendChild(header); 82 div.appendChild(header);
83 if (attribution) { div.appendChild(attribution); } 83 if (attribution) { div.appendChild(attribution); }
84 div.appendChild(iframe); 84 div.appendChild(iframe);
85 document.body.appendChild(div); 85 document.body.appendChild(div);
86 } 86 }
87 })()</script> 87 })()</script>
88 88
89 </body></html> 89 </body></html>
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698