Rietveld Code Review Tool
Help | Bug tracker | Discussion group | Source code

Delta Between Two Patch Sets: pages/press.html

Issue 29369432: Issue 4685 - Update images on eyeo.com (Closed)
Left Patch Set: See notes in comments Created Jan. 11, 2017, 5:34 p.m.
Right Patch Set: See notes from previous changeset Created Jan. 12, 2017, 3:35 p.m.
Left:
Right:
Use n/p to move between diff chunks; N/P to move between comments.
Jump to:
Left: Side by side diff | Download
Right: Side by side diff | Download
« no previous file with change/comment | « pages/jobs/index.tmpl ('k') | static/images/jobs/why/office-1.png » ('j') | no next file with change/comment »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
LEFTRIGHT
1 title=Press 1 title=Press
2 2
3 <head> 3 <head>
4 <style> 4 <style>
5 #media-gallery img 5 #media-gallery img
6 { 6 {
7 vertical-align: middle; 7 vertical-align: middle;
juliandoucette 2017/01/11 17:48:09 Note: a line-height and img vertical-align vertica
juliandoucette 2017/01/12 15:32:38 Acknowledged.
8 max-height: 150px; 8 max-height: 150px;
9 max-width: 150px; 9 max-width: 150px;
10 } 10 }
11 11
12 #media-gallery a 12 #media-gallery a
13 { 13 {
14 display: inline-block; 14 display: inline-block;
15 line-height: 150px; 15 line-height: 150px;
16 width: 150px; 16 width: 150px;
17 } 17 }
18 </style> 18 </style>
19 <script src="/js/jquery.ui.core.min.js"></script> 19 <script src="/js/jquery.ui.core.min.js"></script>
20 <script src="/js/jquery.ui.widget.min.js"></script> 20 <script src="/js/jquery.ui.widget.min.js"></script>
21 <script src="/js/jquery.ui.tabs.min.js"></script> 21 <script src="/js/jquery.ui.tabs.min.js"></script>
22 <script> 22 <script>
juliandoucette 2017/01/11 17:48:09 Note: Moved from include into page head.
juliandoucette 2017/01/12 15:32:38 Acknowledged.
23 jQuery(function() 23 jQuery(function()
24 { 24 {
25 jQuery("#tabs").tabs(); 25 jQuery("#tabs").tabs();
26 jQuery("#media a").attr("download", ""); 26 jQuery("#media a").attr("download", "");
27 }); 27 });
28 </script> 28 </script>
29 </head> 29 </head>
30 30
31 <header class="page-title"> 31 <header class="page-title">
32 <h1>Press</h1> 32 <h1>Press</h1>
(...skipping 23 matching lines...) Expand all
56 56
57 <div id="faq"> 57 <div id="faq">
58 <? include press/faq ?> 58 <? include press/faq ?>
59 </div> 59 </div>
60 60
61 <div id="facts"> 61 <div id="facts">
62 <? include press/facts ?> 62 <? include press/facts ?>
63 </div> 63 </div>
64 64
65 <div id="media"> 65 <div id="media">
66 <? include press/media/section ?> 66 <? include press/media ?>
67 </div> 67 </div>
68 68
69 <div id="releases"> 69 <div id="releases">
70 <? include press/releases ?> 70 <? include press/releases ?>
71 </div> 71 </div>
72 </div> 72 </div>
73 </div> 73 </div>
74 </div> 74 </div>
LEFTRIGHT

Powered by Google App Engine
This is Rietveld