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

Unified Diff: chrome/browser/resources/settings/basic_page/basic_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/basic_page/basic_page.html
diff --git a/chrome/browser/resources/settings/basic_page/basic_page.html b/chrome/browser/resources/settings/basic_page/basic_page.html
index 6c70146629f73807eead4c5d72210bf016f55689..319532c4190fb1a8fa927c7c4cdeead1cedf23ff 100644
--- a/chrome/browser/resources/settings/basic_page/basic_page.html
+++ b/chrome/browser/resources/settings/basic_page/basic_page.html
@@ -17,7 +17,7 @@
</if>
<dom-module id="settings-basic-page">
- <link rel="import" type="css" href="basic_page.css">
+ <link rel="import" type="css" href="chrome://md-settings/settings_page.css">
<template>
<template is="dom-if" if="[[showResetProfileBanner_]]">
<settings-reset-profile-banner on-reset-done="onResetDone_">
« no previous file with comments | « chrome/browser/resources/settings/basic_page/basic_page.css ('k') | chrome/browser/resources/settings/settings_page.css » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698