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

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

Issue 8371017: Print Preview: Changing the structure of the html/css. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Refactoring css class displaytable, removing class displaytablerow Created 9 years, 2 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/options/options_page.css
diff --git a/chrome/browser/resources/options/options_page.css b/chrome/browser/resources/options/options_page.css
index d6dc054df8e359977e906c771b318a18d48612d0..21471be4c8706eb72255024cd4e782b20221d118 100644
--- a/chrome/browser/resources/options/options_page.css
+++ b/chrome/browser/resources/options/options_page.css
@@ -572,12 +572,9 @@ html[flashPluginSupportsClearSiteData] .clear-plugin-lso-data-disabled {
/* Display a collection of sections as a table in order to display nicely
- * in multiple locales. The left column should expand to accomodate the
- * widest label without introducing excessive whitespace. Labels in
- * languages such as German or Dutch tend to be wider than for English.
+ * in multiple locales.
James Hawkins 2011/10/25 01:13:32 Should probably mention that this is further refin
dpapad 2011/10/25 15:36:12 Done.
*/
.displaytable {
- display: table;
width: 100%;
}

Powered by Google App Engine
This is Rietveld 408576698