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

Unified Diff: pages/press.html

Issue 29369432: Issue 4685 - Update images on eyeo.com (Closed)
Patch Set: See notes from previous changeset Created Jan. 12, 2017, 3:35 p.m.
Use n/p to move between diff chunks; N/P to move between comments.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « pages/jobs/index.tmpl ('k') | static/images/jobs/why/office-1.png » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: pages/press.html
===================================================================
--- a/pages/press.html
+++ b/pages/press.html
@@ -1,19 +1,37 @@
title=Press
-<script src="/js/jquery.ui.core.min.js"></script>
-<script src="/js/jquery.ui.widget.min.js"></script>
-<script src="/js/jquery.ui.tabs.min.js"></script>
-<script>
- jQuery(function()
- {
- jQuery("#tabs").tabs();
- });
-</script>
+<head>
+ <style>
+ #media-gallery img
+ {
+ vertical-align: middle;
+ max-height: 150px;
+ max-width: 150px;
+ }
+
+ #media-gallery a
+ {
+ display: inline-block;
+ line-height: 150px;
+ width: 150px;
+ }
+ </style>
+ <script src="/js/jquery.ui.core.min.js"></script>
+ <script src="/js/jquery.ui.widget.min.js"></script>
+ <script src="/js/jquery.ui.tabs.min.js"></script>
+ <script>
+ jQuery(function()
+ {
+ jQuery("#tabs").tabs();
+ jQuery("#media a").attr("download", "");
+ });
+ </script>
+</head>
<header class="page-title">
<h1>Press</h1>
</header>
<div id="press-info" class="content-block columns-container one-sidebar">
<div class="column sidebar-left">
<div class="contact-person">
« no previous file with comments | « pages/jobs/index.tmpl ('k') | static/images/jobs/why/office-1.png » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld