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

Side by Side Diff: firstRun.html

Issue 8615139: adblockpluschrome: Open share page in lightbox (Closed)
Patch Set: Created Oct. 24, 2012, 2:51 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 | firstRun.js » ('j') | firstRun.js » ('J')
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
1 <!DOCTYPE html> 1 <!DOCTYPE html>
2 <html> 2 <html>
3 <head> 3 <head>
4 <meta http-equiv="Content-Type" content="text/html; charset=UTF-8"> 4 <meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
5 <script type="text/javascript" src="jquery-ui/js/jquery-1.7.1.min.js"></script >
5 <script type="text/javascript" src="i18n.js" charset="utf-8"></script> 6 <script type="text/javascript" src="i18n.js" charset="utf-8"></script>
6 <script type="text/javascript" src="firstRun.js" charset="utf-8"></script> 7 <script type="text/javascript" src="firstRun.js" charset="utf-8"></script>
7 <link href="/skin/firstRun.css" type="text/css" rel="stylesheet" /> 8 <link href="/skin/firstRun.css" type="text/css" rel="stylesheet" />
8 </head> 9 </head>
9 <body> 10 <body>
10 11
11 <h1 id="title"> 12 <h1 id="title">
12 <div id="title-main"></div> 13 <div id="title-main"></div>
13 <div id="title-changelog"><a class="i18n_firstRun_changelog"></a></div> 14 <div id="title-changelog"><a class="i18n_firstRun_changelog"></a></div>
14 </h1> 15 </h1>
(...skipping 17 matching lines...) Expand all
32 33
33 <div id="share2"> 34 <div id="share2">
34 <p id="share-text2" class="i18n_firstRun_share2"></p> 35 <p id="share-text2" class="i18n_firstRun_share2"></p>
35 <div id="share-images2"> 36 <div id="share-images2">
36 <a id="share-donate" class="i18n_firstRun_share2_donate" target="_blank">< /a> 37 <a id="share-donate" class="i18n_firstRun_share2_donate" target="_blank">< /a>
37 <span id="share2-connection" class="i18n_firstRun_share2_or"></span> 38 <span id="share2-connection" class="i18n_firstRun_share2_or"></span>
38 <a class="share-image share-facebook" target="_blank"></a> 39 <a class="share-image share-facebook" target="_blank"></a>
39 <a class="share-image share-twitter" target="_blank"></a> 40 <a class="share-image share-twitter" target="_blank"></a>
40 <div> 41 <div>
41 </div> 42 </div>
42
43 </body> 43 </body>
44 </html> 44 </html>
OLDNEW
« no previous file with comments | « no previous file | firstRun.js » ('j') | firstRun.js » ('J')

Powered by Google App Engine
This is Rietveld