Skip to content

Commit 58f17d7

Browse files
authored
Merge pull request #4838 from github/docs/css-fixes
[CodeQL docs] Fix two CSS bugs
2 parents 41ef7a3 + ff123f8 commit 58f17d7

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)