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

Side by Side 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.
Left:
Right:
Use n/p to move between diff chunks; N/P to move between comments.
Jump to:
View unified diff | Download patch
« no previous file with comments | « no previous file | static/css/styles.css » ('j') | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
1 <html lang="en_us"> 1 <html lang="en_us">
2 <head> 2 <head>
3 <meta http-equiv="Content-Type" content="text/html; charset=UTF-8"> 3 <meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
4 <link rel="stylesheet" type="text/css" href="/css/styles.css"> 4 <link rel="stylesheet" type="text/css" href="/css/styles.css">
5 <style type="text/css"> 5 <style type="text/css">
6 .required, .important 6 .required, .important
7 { 7 {
8 color: #e73c2f; 8 color: #e73c2f;
9 } 9 }
10 10
(...skipping 12 matching lines...) Expand all
23 display: block; 23 display: block;
24 color: #fff; 24 color: #fff;
25 background-color: #e73c2f; 25 background-color: #e73c2f;
26 } 26 }
27 </style> 27 </style>
28 </head> 28 </head>
29 <body> 29 <body>
30 30
31 <header id="header"> 31 <header id="header">
32 <div class="content-block"> 32 <div class="content-block">
33 <a id="logo" rel="home" href="http://eyeo.com/" hreflang="en" title="Eyeo Gm bH"><img src="/images/tog_logo.png" alt="Eyeo GmbH"></a> 33 <a id="logo" rel="home" href="http://eyeo.com/" hreflang="en" title="Eyeo Gm bH"><img src="/images/logo.png" srcset="/images/logo.png 1x, /images/logo-2x.pn g 2x" alt="Eyeo GmbH"></a>
34 </div> 34 </div>
35 </header> 35 </header>
36 36
37 <div id="content"> 37 <div id="content">
38 <header class="page-title"> 38 <header class="page-title">
39 <h1>Acceptable Ads Application</h1> 39 <h1>Acceptable Ads Application</h1>
40 </header> 40 </header>
41 41
42 <noscript> 42 <noscript>
43 <div class="content-block"> 43 <div class="content-block">
(...skipping 236 matching lines...) Expand 10 before | Expand all | Expand 10 after
280 <div class="content-block"> 280 <div class="content-block">
281 <a id="footer-contact" href="/en/contact" hreflang="en"> 281 <a id="footer-contact" href="/en/contact" hreflang="en">
282 Made with ♥ in Cologne 282 Made with ♥ in Cologne
283 </a> 283 </a>
284 Adblock Plus™ and Acceptable Ads™ are registered trademarks of Eyeo GmbH. 284 Adblock Plus™ and Acceptable Ads™ are registered trademarks of Eyeo GmbH.
285 </div> 285 </div>
286 </footer> 286 </footer>
287 287
288 </body> 288 </body>
289 </html> 289 </html>
OLDNEW
« 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