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

Unified Diff: chrome/browser/resources/options/options_page.css

Issue 8511046: deprecate webui.css (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: undo mistake in downloads Created 9 years, 1 month 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/options/options_page.css
diff --git a/chrome/browser/resources/options/options_page.css b/chrome/browser/resources/options/options_page.css
index ec703ece7e7afbc29a6b32bfad6882ef566b33f9..57c0ffe554ae92d4aeb931c9308563087f797df7 100644
--- a/chrome/browser/resources/options/options_page.css
+++ b/chrome/browser/resources/options/options_page.css
@@ -577,10 +577,10 @@ html[flashPluginSupportsClearSiteData] .clear-plugin-lso-data-disabled {
/* Display a collection of sections as a table in order to display nicely
- * in multiple locales. This is a further refinement of the displaytable class
- * in webui.css.
+ * in multiple locales.
*/
.displaytable {
+ display: table;
width: 100%;
}

Powered by Google App Engine
This is Rietveld 408576698