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

Unified Diff: chrome/browser/resources/settings/advanced_page/advanced_page.html

Issue 1640843002: MD Settings: Fix main content position and sizing to match spec. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Removed double "width" property. Created 4 years, 11 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 side-by-side diff with in-line comments
Download patch
Index: chrome/browser/resources/settings/advanced_page/advanced_page.html
diff --git a/chrome/browser/resources/settings/advanced_page/advanced_page.html b/chrome/browser/resources/settings/advanced_page/advanced_page.html
index 98063ae6b608716b86fb2d4343ce176969f2bbde..5379feef8e7acd06d8c09102927d6c6052f705df 100644
--- a/chrome/browser/resources/settings/advanced_page/advanced_page.html
+++ b/chrome/browser/resources/settings/advanced_page/advanced_page.html
@@ -17,7 +17,7 @@
</if>
<dom-module id="settings-advanced-page">
- <link rel="import" type="css" href="advanced_page.css">
+ <link rel="import" type="css" href="chrome://md-settings/settings_page.css">
<template>
<if expr="chromeos">
<template is="dom-if" if="[[showPage(pageVisibility.dateTime)]]" restamp>

Powered by Google App Engine
This is Rietveld 408576698