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

Side by Side Diff: chrome/browser/resources/chromeos/first_run/app/greeting_image_enabled.html

Issue 169173007: CrOs first-run UI polished. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 6 years, 10 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 | Annotate | Revision Log
OLDNEW
1 <div style="background-image: url(chrome://theme/IDR_FIRST_RUN_GREETING); 1 <div style="background-image: url(chrome://theme/IDR_FIRST_RUN_GREETING);
2 display: inline-block; 2 display: inline-block;
3 height: 235px; 3 height: 235px;
4 width: 662px;"> 4 width: 662px;" class="greeting-image">
5 </div> 5 </div>
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698