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

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

Issue 404203002: Extension docs: Make comments in IDL files generate paragraphs rather than (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: rebase, bump yaml files Created 6 years, 5 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/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 {
« no previous file with comments | « chrome/common/extensions/docs/static/css/out/site.css ('k') | tools/json_schema_compiler/dart_test/comments.dart » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698