mirror of
https://github.com/github/codeql.git
synced 2025-12-16 16:53:25 +01:00
Merge pull request #4839 from github/docs/css-fixes-126
[CodeQL docs] Fix two CSS bugs (rc/1.26)
This commit is contained in:
@@ -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 {
|
||||
|
||||
Reference in New Issue
Block a user