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

Unified Diff: static/acceptable-ads-application.html

Issue 29335113: Issue 2675 - Implemented responsive header for web.eyeo.com (Closed)
Patch Set: Fixed code style and consistancy issues Created June 23, 2016, 5:23 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 | « no previous file | static/css/styles.css » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: static/acceptable-ads-application.html
===================================================================
--- a/static/acceptable-ads-application.html
+++ b/static/acceptable-ads-application.html
@@ -25,17 +25,17 @@
background-color: #e73c2f;
}
</style>
</head>
<body>
<header id="header">
<div class="content-block">
- <a id="logo" rel="home" href="http://eyeo.com/" hreflang="en" title="Eyeo GmbH"><img src="/images/tog_logo.png" alt="Eyeo GmbH"></a>
+ <a id="logo" rel="home" href="http://eyeo.com/" hreflang="en" title="Eyeo GmbH"><img src="/images/logo.png" srcset="/images/logo.png 1x, /images/logo-2x.png 2x" alt="Eyeo GmbH"></a>
</div>
</header>
<div id="content">
<header class="page-title">
<h1>Acceptable Ads Application</h1>
</header>
« no previous file with comments | « no previous file | static/css/styles.css » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld