| OLD | NEW |
| 1 <div class="step right hidden loading" id="user-image" hidden> | 1 <div class="step right hidden loading no-logo" id="user-image" hidden> |
| 2 <div class="step-contents"> | 2 <div class="step-contents"> |
| 3 <div id="user-image-screen-curtain"> | 3 <div id="user-image-screen-curtain"> |
| 4 <p id="user-image-screen-description" | 4 <p id="user-image-screen-description" |
| 5 i18n-content="userImageScreenDescription"></p> | 5 i18n-content="userImageScreenDescription"></p> |
| 6 </div> | 6 </div> |
| 7 <div id="user-image-screen-main"> | 7 <div id="user-image-screen-main"> |
| 8 <grid id="user-image-grid" tabindex="1" | 8 <grid id="user-image-grid" tabindex="1" |
| 9 aria-labelledby="user-image-screen-description"> | 9 aria-labelledby="user-image-screen-description"> |
| 10 </grid> | 10 </grid> |
| 11 <div id="user-image-preview"> | 11 <div id="user-image-preview"> |
| (...skipping 20 matching lines...) Expand all Loading... |
| 32 <a id="user-image-author-website" target="_blank"></a> | 32 <a id="user-image-author-website" target="_blank"></a> |
| 33 </div> | 33 </div> |
| 34 </div> | 34 </div> |
| 35 </div> | 35 </div> |
| 36 <div id="user-image-controls" class="step-controls"></div> | 36 <div id="user-image-controls" class="step-controls"></div> |
| 37 <div id="user-images-loading" class="step-loading"> | 37 <div id="user-images-loading" class="step-loading"> |
| 38 <throbber-notice i18n-values="text:syncingPreferences" class="fit"> | 38 <throbber-notice i18n-values="text:syncingPreferences" class="fit"> |
| 39 </throbber-notice> | 39 </throbber-notice> |
| 40 </div> | 40 </div> |
| 41 </div> | 41 </div> |
| OLD | NEW |