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

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

Issue 2231143002: Cleanup: fix some CSS comment styles (especially copyrights) (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: michaelpg@ review Created 4 years, 4 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 /* Copyright 2013 The Chromium Authors. All rights reserved. 1 /* Copyright 2013 The Chromium Authors. All rights reserved.
2 * Use of this source code is governed by a BSD-style license that can be 2 * Use of this source code is governed by a BSD-style license that can be
3 * found in the LICENSE file. 3 * found in the LICENSE file. */
4 */
5 4
6 html, 5 html,
7 body, 6 body,
8 iframe { 7 iframe {
9 height: 100%; 8 height: 100%;
10 margin: 0; 9 margin: 0;
11 padding: 0; 10 padding: 0;
12 width: 100%; 11 width: 100%;
13 } 12 }
14 13
15 iframe { 14 iframe {
16 overflow: hidden; 15 overflow: hidden;
17 } 16 }
18 17
19 webview { 18 webview {
20 display: inline-block; 19 display: inline-block;
21 height: 100%; 20 height: 100%;
22 margin: 0; 21 margin: 0;
23 padding: 0; 22 padding: 0;
24 width: 100%; 23 width: 100%;
25 } 24 }
OLDNEW
« no previous file with comments | « chrome/browser/resources/domain_reliability_internals.css ('k') | chrome/browser/resources/help/channel_change_page.css » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698