Skip to content

Commit 7bfc285

Browse files
authored
Merge pull request github#4839 from github/docs/css-fixes-126
[CodeQL docs] Fix two CSS bugs (rc/1.26)
2 parents 8b6c53c + 6c430ce commit 7bfc285

File tree

1 file changed

+9
-0
lines changed

1 file changed

+9
-0
lines changed

docs/codeql/_static/custom.css_t

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -34,6 +34,10 @@ article {
3434
min-height: calc(100vh - 145px); /* Makes sure GitHub footer stays at bottom of viewport */
3535
}
3636

37+
article ul, article ol {
38+
margin-left: 18px; /* Aligns list items with other text */
39+
}
40+
3741
/* -- SIDEBAR ------------------------------------------------------------------------------- */
3842

3943
.SideNav {
@@ -181,6 +185,11 @@ table.docutils.footnote {
181185
margin-left: 10px;
182186
}
183187

188+
table.footnote td.label {
189+
padding-right: 10px;
190+
display: table-cell;
191+
}
192+
184193
/* -- STYLE PULL-QUOTE AS ADMONITION WHILE DOCS STILL PARSED FOR LGTM EMBEDDED HELP------------------------- */
185194

186195
blockquote.pull-quote {

0 commit comments

Comments
 (0)