| Index: chrome/browser/resources/print_preview/settings/margin_settings.css
|
| diff --git a/chrome/browser/resources/local_ntp/most_visited_title.css b/chrome/browser/resources/print_preview/settings/margin_settings.css
|
| similarity index 58%
|
| copy from chrome/browser/resources/local_ntp/most_visited_title.css
|
| copy to chrome/browser/resources/print_preview/settings/margin_settings.css
|
| index cacc6e37bfec3af6550c57fbc53aca7eb4e04313..a691969044a0530801ee68343a7240e4e2e1f919 100644
|
| --- a/chrome/browser/resources/local_ntp/most_visited_title.css
|
| +++ b/chrome/browser/resources/print_preview/settings/margin_settings.css
|
| @@ -1,13 +1,8 @@
|
| /* Copyright 2013 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. */
|
| -body {
|
| - width: 100%;
|
| -}
|
|
|
| -a {
|
| - overflow: hidden;
|
| - text-align: center;
|
| - text-overflow: ellipsis;
|
| - white-space: nowrap;
|
| +#margin-settings .margin-settings-select {
|
| + height: 29px;
|
| + margin: 10px 0;
|
| }
|
|
|