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..6ef95a85145624e123043c0e2c9e449f784c2297 100644 |
--- a/chrome/common/extensions/docs/static/sass/_typography.scss |
+++ b/chrome/common/extensions/docs/static/sass/_typography.scss |
@@ -14,8 +14,8 @@ html { |
color: $text; |
} |
body { |
- font-size: $body-font-size; |
color: $text; |
not at google - send to devlin
2014/08/27 19:30:24
This change doesn't look necessary
|
+ font-size: $body-font-size; |
} |
h1, h2, h3, h4 ,h5 ,h6 { |
@@ -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 */ |
} |