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

Unified Diff: chrome/browser/resources/webui.css

Issue 8371017: Print Preview: Changing the structure of the html/css. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Removed css class no-padding. 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/webui.css
diff --git a/chrome/browser/resources/webui.css b/chrome/browser/resources/webui.css
index 9710bd750064363b7efe5d00279fa8963349a427..f6d2a04ed6ab9ff02389295fe8b1d37d265ca28a 100644
--- a/chrome/browser/resources/webui.css
+++ b/chrome/browser/resources/webui.css
@@ -57,3 +57,7 @@ html[dir='rtl'] .form {
cursor: pointer;
text-decoration: underline;
}
+
+.displaytable {
+ display: table;
+}

Powered by Google App Engine
This is Rietveld 408576698