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

Side by Side Diff: chrome/browser/resources/print_preview/print_preview.css

Issue 9958101: [WebUI] Fix rest of CSS style nits in misc. dirs so I can turn on CSS checker. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: rebase Created 8 years, 8 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 /* Copyright (c) 2012 The Chromium Authors. All rights reserved. 1 /* Copyright (c) 2012 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 height: 100%; 6 height: 100%;
8 } 7 }
9 8
10 body { 9 body {
11 height: 100%; 10 height: 100%;
12 margin: 0; 11 margin: 0;
13 overflow: hidden; 12 overflow: hidden;
14 } 13 }
(...skipping 430 matching lines...) Expand 10 before | Expand all | Expand 10 after
445 } 444 }
446 445
447 #intentionally-blank { 446 #intentionally-blank {
448 color: black; 447 color: black;
449 display: inline-block; 448 display: inline-block;
450 font-style: italic; 449 font-style: italic;
451 padding: 0 10px; 450 padding: 0 10px;
452 text-align: center; 451 text-align: center;
453 text-decoration: none; 452 text-decoration: none;
454 } 453 }
OLDNEW
« no previous file with comments | « chrome/browser/resources/print_preview/margins.css ('k') | chrome/browser/resources/quota_internals/main.css » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698