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..4599488d429fd2a569c16f1ccbc08290cdbcd7ed 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: 14px; |
binji
2014/08/26 22:05:06
should this use $body-font-size?
|
+} |
+ |
+td dl { |
+ margin: 0.4em 0; |
+} |
+ |
+td dt { |
+ margin: 0 0 0.4em 0; |
+} |
+ |
em { |
padding-right: 2px; /* "kerning" adjustment */ |
} |