| Index: chrome/browser/resources/md_downloads/shared_style.css
|
| diff --git a/chrome/browser/resources/settings/internet_page/network_ip_config.css b/chrome/browser/resources/md_downloads/shared_style.css
|
| similarity index 58%
|
| copy from chrome/browser/resources/settings/internet_page/network_ip_config.css
|
| copy to chrome/browser/resources/md_downloads/shared_style.css
|
| index ef0dd9b8eb5b170a50e1eefa61655bdbcece5aef..0a4aac5e9280f4b5ba6751c9c3f0f4fe7b9fe1e6 100644
|
| --- a/chrome/browser/resources/settings/internet_page/network_ip_config.css
|
| +++ b/chrome/browser/resources/md_downloads/shared_style.css
|
| @@ -2,10 +2,10 @@
|
| * Use of this source code is governed by a BSD-style license that can be
|
| * found in the LICENSE file. */
|
|
|
| -cr-checkbox {
|
| - margin-bottom: 10px;
|
| -}
|
| -
|
| -network-property-list {
|
| - margin-left: 28px;
|
| +* {
|
| + --downloads-item-width: 606px;
|
| + --downloads-shared-style: {
|
| + font-family: Roboto;
|
| + font-weight: 500;
|
| + };
|
| }
|
|
|