Chromium Code Reviews| Index: chrome/common/extensions/docs/static/sass/_api.scss |
| diff --git a/chrome/common/extensions/docs/static/sass/_api.scss b/chrome/common/extensions/docs/static/sass/_api.scss |
| index 707bfd2c0264754d436e81778e9f5e5c36765633..236ac503a562bc1924e786af3c08258a01f5a4f9 100644 |
| --- a/chrome/common/extensions/docs/static/sass/_api.scss |
| +++ b/chrome/common/extensions/docs/static/sass/_api.scss |
| @@ -17,17 +17,23 @@ |
| .description { |
| margin-left: 20px; |
| } |
| - table.innerTable { |
| - margin: 10px 0; |
| - td, th { |
| - padding: 5px 10px; |
| - border: 1px solid #eee; |
| - } |
| - th { |
| - background: none; |
| + table { |
| + .innerTable { |
| + margin: 10px 0; |
| + td, th { |
| + padding: 5px 10px; |
| + border: 1px solid #eee; |
| + } |
| + th { |
| + background: none; |
| + } |
| } |
| p { |
| - margin: 0; |
| + margin-top: 0.75em; |
| + margin-bottom: 0.75em; |
| + } |
| + p:first-child { |
| + margin-top: 0; |
| } |
| } |
| td, th { |