| Index: chrome/browser/resources/settings/internet_page/network_summary_style.html
|
| diff --git a/chrome/browser/resources/settings/internet_page/network_summary_style.html b/chrome/browser/resources/settings/internet_page/network_summary_style.html
|
| new file mode 100644
|
| index 0000000000000000000000000000000000000000..c465b36294a17e071f783fdb4ed5db948d6d07c8
|
| --- /dev/null
|
| +++ b/chrome/browser/resources/settings/internet_page/network_summary_style.html
|
| @@ -0,0 +1,8 @@
|
| +<link rel="import" href="chrome://resources/polymer/polymer/polymer.html">
|
| +<link rel="import" href="chrome://resources/polymer/core-style/core-style.html">
|
| +
|
| +<core-style id="networkSummaryStyle">
|
| +cr-network-list-item {
|
| + margin-bottom: 10px;
|
| +}
|
| +</core-style>
|
|
|