-
Notifications
You must be signed in to change notification settings - Fork 69
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
An *API Migration Guide* section is added to the porting guide. A symbolic link is created as `mmtk-core/API-MIGRATION.md` which can be easily discovered from the root of the repository. --------- Co-authored-by: Yi Lin <[email protected]>
- Loading branch information
Showing
13 changed files
with
830 additions
and
1 deletion.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,10 @@ | ||
/* Make the "show details" text on the third level smaller and keep the same indentation as the folded sub-list. */ | ||
#api-migration-detail-body details.api-migration-level3-detail > summary { | ||
padding-left: 2em; | ||
font-size: small; | ||
} | ||
|
||
/* Hide the "show details" when open, to keep the text less cluttered. */ | ||
#api-migration-detail-body details[open] > summary { | ||
display: none; | ||
} |
Oops, something went wrong.