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

Unified Diff: chrome/browser/resources/settings/settings_resources.grd

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
« no previous file with comments | « chrome/browser/resources/settings/settings_page.css ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/browser/resources/settings/settings_resources.grd
diff --git a/chrome/browser/resources/settings/settings_resources.grd b/chrome/browser/resources/settings/settings_resources.grd
index 1ed41e9a3595197807551cd66c190e3d99f0ba0b..b33df7537fea98eb74b61d6bd0cc27000ba86e4c 100644
--- a/chrome/browser/resources/settings/settings_resources.grd
+++ b/chrome/browser/resources/settings/settings_resources.grd
@@ -28,9 +28,6 @@
type="chrome_html"
flattenhtml="true"
allowexternalscript="true" />
- <structure name="IDR_SETTINGS_ADVANCED_PAGE_CSS"
- file="advanced_page/advanced_page.css"
- type="chrome_html" />
<structure name="IDR_SETTINGS_CR_SETTINGS_ANIMATED_PAGES_CSS"
file="settings_page/settings_animated_pages.css"
type="chrome_html" />
@@ -66,9 +63,6 @@
type="chrome_html"
flattenhtml="true"
allowexternalscript="true" />
- <structure name="IDR_SETTINGS_BASIC_PAGE_CSS"
- file="basic_page/basic_page.css"
- type="chrome_html" />
<structure name="IDR_SETTINGS_ON_STARTUP_PAGE_HTML"
file="on_startup_page/on_startup_page.html"
type="chrome_html" />
@@ -133,6 +127,9 @@
<structure name="IDR_SETTINGS_CR_SETTINGS_DIALOG_CSS"
file="settings_dialog.css"
type="chrome_html" />
+ <structure name="IDR_SETTINGS_CR_SETTINGS_PAGE_CSS"
+ file="settings_page.css"
+ type="chrome_html" />
<structure name="IDR_SETTINGS_CR_SETTINGS_SHARED_CSS"
file="settings_shared.css"
type="chrome_html" />
« no previous file with comments | « chrome/browser/resources/settings/settings_page.css ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698