Update gfm.css to github-markdown-css (#12613)
* Update gfm.css to github-markdown-css Signed-off-by: Michael Telatynski <7t3chguy@gmail.com> * Update screenshots Signed-off-by: Michael Telatynski <7t3chguy@gmail.com> --------- Signed-off-by: Michael Telatynski <7t3chguy@gmail.com>
This commit is contained in:
parent
24e3e08391
commit
8c49f3f2ea
12 changed files with 14 additions and 7 deletions
|
@ -701,7 +701,7 @@ $left-gutter: 64px;
|
|||
background-color: $inlinecode-background-color;
|
||||
border: 1px solid $inlinecode-border-color;
|
||||
border-radius: 4px;
|
||||
/* The horizontal padding is added by gfm.css .markdown-body */
|
||||
/* The horizontal padding is added by github-markdown-css .markdown-body */
|
||||
padding: $spacing-2 0;
|
||||
/* Avoid inline code blocks to be sticked when on multiple lines */
|
||||
line-height: $font-22px;
|
||||
|
|
|
@ -163,7 +163,7 @@ limitations under the License.
|
|||
word-break: break-word;
|
||||
|
||||
/* FIXME: rather unpleasant hack to get rid of <p/> margins. */
|
||||
/* really we should be mixing in markdown-body from gfm.css instead */
|
||||
/* really we should be mixing in markdown-body from github-markdown-css instead */
|
||||
> :first-child {
|
||||
margin-top: 0 !important;
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue