Chromium Code Reviews| Index: chrome/browser/resources/chromeos/login/screen_gaia_signin.html |
| =================================================================== |
| --- chrome/browser/resources/chromeos/login/screen_gaia_signin.html (revision 96208) |
| +++ chrome/browser/resources/chromeos/login/screen_gaia_signin.html (working copy) |
| @@ -3,4 +3,11 @@ |
| marginwidth="0" |
| marginheight="0" |
| frameborder="0" |
| - scrolling="no"></iframe></div> |
| + scrolling="no"></iframe> |
| + <div id="signin-right"> |
| + <div id="createAccount" class="signin-link" |
| + i18n-content="createAccount"></div> |
| + <div id="guestSignin" class="signin-link" |
| + i18n-content="guestSignin"></div> |
| +</div> |
|
xiyuan
2011/08/10 22:30:38
nit: fix alignment of this and the line after.
achuithb
2011/08/10 22:34:39
Done.
|
| + </div> |