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

Unified Diff: chrome/common/extensions/docs/static/sass/_typography.scss

Issue 483163002: Make table text the same size as body text. Add styles to support table reformatting. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Undo keyboard mistake. Created 6 years, 4 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/common/extensions/docs/static/css/out/site.css ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/common/extensions/docs/static/sass/_typography.scss
diff --git a/chrome/common/extensions/docs/static/sass/_typography.scss b/chrome/common/extensions/docs/static/sass/_typography.scss
index 08a6037a9a0d7e6de2fb1c3c8137af59ff77545e..bf0577f851735e82a56714bf217f88169793ebf5 100644
--- a/chrome/common/extensions/docs/static/sass/_typography.scss
+++ b/chrome/common/extensions/docs/static/sass/_typography.scss
@@ -114,6 +114,18 @@ footer[role="contentinfo"] {
}
}
+table {
+ font-size: $body-font-size;
+}
+
+td dl {
+ margin: 0.4em 0;
+}
+
+td dt {
+ margin: 0 0 0.4em 0;
+}
+
em {
padding-right: 2px; /* "kerning" adjustment */
}
« no previous file with comments | « chrome/common/extensions/docs/static/css/out/site.css ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698