Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(361)

Side by Side Diff: chrome/browser/resources/help/help_content.html

Issue 672073002: help: add important animation to Chrome logo. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 6 years, 2 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View unified diff | Download patch
OLDNEW
1 <div class="content-area"> 1 <div class="content-area">
2 <div id="about-container"> 2 <div id="about-container">
3 <img src="chrome://theme/IDR_PRODUCT_LOGO_32" alt=""> 3 <img id="product-logo" src="chrome://theme/IDR_PRODUCT_LOGO_32" alt="">
4 <div id="product-description"> 4 <div id="product-description">
5 <h2 i18n-content="aboutProductTitle"></h2> 5 <h2 i18n-content="aboutProductTitle"></h2>
6 <span i18n-content="aboutProductDescription"></span> 6 <span i18n-content="aboutProductDescription"></span>
7 </div> 7 </div>
8 </div> 8 </div>
9 <div id="help-container"> 9 <div id="help-container">
10 <button id="get-help" i18n-content="getHelpWithChrome"></button> 10 <button id="get-help" i18n-content="getHelpWithChrome"></button>
11 <if expr="_google_chrome"> 11 <if expr="_google_chrome">
12 <button id="report-issue" i18n-content="reportAnIssue"></button> 12 <button id="report-issue" i18n-content="reportAnIssue"></button>
13 </if> 13 </if>
(...skipping 92 matching lines...) Expand 10 before | Expand all | Expand 10 after
106 <div i18n-content="productCopyright"></div> 106 <div i18n-content="productCopyright"></div>
107 <div id="product-license"></div> 107 <div id="product-license"></div>
108 <if expr="chromeos"> 108 <if expr="chromeos">
109 <div id="product-os-license"></div> 109 <div id="product-os-license"></div>
110 </if> 110 </if>
111 <if expr="_google_chrome"> 111 <if expr="_google_chrome">
112 <div id="product-tos"></div> 112 <div id="product-tos"></div>
113 </if> 113 </if>
114 </div> 114 </div>
115 </div> 115 </div>
OLDNEW
« no previous file with comments | « chrome/browser/resources/help/help_content.css ('k') | chrome/browser/resources/help/help_page.js » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698