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

Side by Side Diff: chrome/browser/resources/gaia_auth/main.css

Issue 10440061: Remaining style fixes from http://codereview.chromium.org/10443024/. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 8 years, 7 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 html, body { 1 html, body {
2 height: 100%; 2 height: 100%;
3 width: 100%; 3 width: 100%;
4 } 4 }
csilv 2012/05/26 00:10:44 add margin: 0; on body as well, webkit default is
5 5
6 iframe { 6 iframe {
7 height: 100%; 7 height: 100%;
8 margin: 0px; 8 margin: 0;
9 overflow: hidden; 9 overflow: hidden;
10 width: 100%; 10 width: 100%;
11 } 11 }
12 12
OLDNEW
« no previous file with comments | « no previous file | chrome/browser/resources/gaia_auth/main.html » ('j') | chrome/browser/resources/gaia_auth/main.html » ('J')

Powered by Google App Engine
This is Rietveld 408576698