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

Side by Side Diff: chrome/browser/resources/settings/internet_page/network_summary_style.html

Issue 1100993002: Implement md-settings network lists. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Rebase Created 5 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
OLDNEW
1 <link rel="import" href="chrome://resources/polymer/polymer/polymer.html"> 1 <link rel="import" href="chrome://resources/polymer/polymer/polymer.html">
2 <link rel="import" href="chrome://resources/polymer/core-style/core-style.html"> 2 <link rel="import" href="chrome://resources/polymer/core-style/core-style.html">
3 3
4 <core-style id="networkSummaryStyle"> 4 <core-style id="networkSummaryStyle">
5 cr-network-list-item { 5
6 margin-bottom: 10px; 6 #summary {
7 padding-right: 40px;
7 } 8 }
9
8 </core-style> 10 </core-style>
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698