Merge pull request #4839 from github/docs/css-fixes-126

[CodeQL docs] Fix two CSS bugs (rc/1.26)
This commit is contained in:
James Fletcher
2020-12-16 18:10:18 +00:00
committed by GitHub

View File

@@ -34,6 +34,10 @@ article {
min-height: calc(100vh - 145px); /* Makes sure GitHub footer stays at bottom of viewport */
}
article ul, article ol {
margin-left: 18px; /* Aligns list items with other text */
}
/* -- SIDEBAR ------------------------------------------------------------------------------- */
.SideNav {
@@ -181,6 +185,11 @@ table.docutils.footnote {
margin-left: 10px;
}
table.footnote td.label {
padding-right: 10px;
display: table-cell;
}
/* -- STYLE PULL-QUOTE AS ADMONITION WHILE DOCS STILL PARSED FOR LGTM EMBEDDED HELP------------------------- */
blockquote.pull-quote {