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

Unified Diff: firstRun.html

Issue 8403145: First attempt at creating a first-run page (Closed)
Patch Set: Created Oct. 17, 2012, 10:24 a.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 | « _locales/en/messages.json ('k') | firstRun.js » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: firstRun.html
===================================================================
--- a/firstRun.html
+++ b/firstRun.html
@@ -3,22 +3,26 @@
<head>
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
<script type="text/javascript" src="i18n.js" charset="utf-8"></script>
<script type="text/javascript" src="firstRun.js" charset="utf-8"></script>
<link href="/skin/firstRun.css" type="text/css" rel="stylesheet" />
</head>
<body>
- <h1 id="title"></h1>
+ <h1 id="title">
+ <div id="title-main"></div>
+ <div id="title-changelog"><a class="i18n_firstRun_changelog"></a></div>
+ </h1>
+ <p class="i18n_firstRun_features_heading"></p>
<ul id="features">
<li class="i18n_firstRun_feature_betterSurfing"></li>
+ <li class="i18n_firstRun_feature_videoAds"></li>
<li class="i18n_firstRun_feature_acceptableAds"></li>
- <li id="improvementsFeature"class="i18n_firstRun_feature_improvements"></li>
</ul>
<p id="acceptableAdsExplanation" class="i18n_firstRun_acceptableAdsExplanation"></p>
<div id="share1">
<div id="share-text1">
<svg xmlns="http://www.w3.org/2000/svg" width="500" height="130">
<defs>
« no previous file with comments | « _locales/en/messages.json ('k') | firstRun.js » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld