diff options
author | dbeam@chromium.org <dbeam@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2012-04-04 06:11:54 +0000 |
---|---|---|
committer | dbeam@chromium.org <dbeam@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2012-04-04 06:11:54 +0000 |
commit | 65d023d04b7df64dfcacf99f52fb60ffb3a9794b (patch) | |
tree | 61d54b274be0e5dc648e1a3ece23a9dceeb5199f /chrome/browser/resources/print_preview | |
parent | bf3e52c3bfb0fe963339049950b05cb25372bf75 (diff) | |
download | chromium_src-65d023d04b7df64dfcacf99f52fb60ffb3a9794b.zip chromium_src-65d023d04b7df64dfcacf99f52fb60ffb3a9794b.tar.gz chromium_src-65d023d04b7df64dfcacf99f52fb60ffb3a9794b.tar.bz2 |
[WebUI] Fix rest of CSS style nits in misc. dirs so I can turn on CSS checker.
R=estade@chromium.org
BUG=120369
TEST=Stuff still works, chrome/browser/resources/PRESUBMIT.py is happy.
NOTRY=true
Review URL: https://chromiumcodereview.appspot.com/9958101
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@130559 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'chrome/browser/resources/print_preview')
-rw-r--r-- | chrome/browser/resources/print_preview/margins.css | 3 | ||||
-rw-r--r-- | chrome/browser/resources/print_preview/print_preview.css | 3 |
2 files changed, 2 insertions, 4 deletions
diff --git a/chrome/browser/resources/print_preview/margins.css b/chrome/browser/resources/print_preview/margins.css index 801b431..12673bd 100644 --- a/chrome/browser/resources/print_preview/margins.css +++ b/chrome/browser/resources/print_preview/margins.css @@ -1,7 +1,6 @@ /* Copyright (c) 2012 The Chromium Authors. All rights reserved. * Use of this source code is governed by a BSD-style license that can be - * found in the LICENSE file. - */ + * found in the LICENSE file. */ .margin-box { background-color: #2a2a2a; diff --git a/chrome/browser/resources/print_preview/print_preview.css b/chrome/browser/resources/print_preview/print_preview.css index 14182fe..46351f6 100644 --- a/chrome/browser/resources/print_preview/print_preview.css +++ b/chrome/browser/resources/print_preview/print_preview.css @@ -1,7 +1,6 @@ /* Copyright (c) 2012 The Chromium Authors. All rights reserved. * Use of this source code is governed by a BSD-style license that can be - * found in the LICENSE file. - */ + * found in the LICENSE file. */ html { height: 100%; |