-
Notifications
You must be signed in to change notification settings - Fork 7
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #1031 from bcgov/test
Create Latest Release
- Loading branch information
Showing
14 changed files
with
268 additions
and
22 deletions.
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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,72 @@ | ||
.markdown { | ||
} | ||
|
||
.markdown h1 { | ||
margin-bottom: 1em; | ||
} | ||
|
||
.markdown h2 { | ||
margin-bottom: 1em; | ||
} | ||
|
||
.markdown h3 { | ||
margin-bottom: 1em; | ||
} | ||
|
||
.markdown h4 { | ||
margin-bottom: 1em; | ||
} | ||
|
||
.markdown ul { | ||
margin-top: 1em; | ||
margin-bottom: 1em; | ||
list-style: disc outside none; | ||
} | ||
|
||
.markdown ul li { | ||
margin-left: 2em; | ||
display: list-item; | ||
text-align: -webkit-match-parent; | ||
} | ||
|
||
.markdown ol { | ||
margin-top: 1em; | ||
margin-bottom: 1em; | ||
} | ||
|
||
.markdown ol li { | ||
margin-left: 2em; | ||
display: list-item; | ||
text-align: -webkit-match-parent; | ||
} | ||
|
||
.markdown img { | ||
display: none; | ||
} | ||
|
||
.markdown table { | ||
margin-top: 1em; | ||
margin-bottom: 1em; | ||
width: 100%; | ||
border-collapse: collapse; | ||
} | ||
|
||
.markdown td { | ||
padding: 8px; | ||
border: 1px solid #cccccc; | ||
} | ||
|
||
.markdown th { | ||
padding: 8px; | ||
text-align: left; | ||
border: 1px solid #cccccc; | ||
} | ||
|
||
.markdown blockquote { | ||
margin-top: 1em; | ||
margin-bottom: 1em; | ||
padding-top: 5px; | ||
padding-bottom: 5px; | ||
padding-left: 5px; | ||
border-left: 10px solid #cccccc; | ||
} |
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
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
Oops, something went wrong.