We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 8b6c53c + 6c430ce commit 7bfc285Copy full SHA for 7bfc285
docs/codeql/_static/custom.css_t
@@ -34,6 +34,10 @@ article {
34
min-height: calc(100vh - 145px); /* Makes sure GitHub footer stays at bottom of viewport */
35
}
36
37
+article ul, article ol {
38
+ margin-left: 18px; /* Aligns list items with other text */
39
+}
40
+
41
/* -- SIDEBAR ------------------------------------------------------------------------------- */
42
43
.SideNav {
@@ -181,6 +185,11 @@ table.docutils.footnote {
181
185
margin-left: 10px;
182
186
183
187
188
+table.footnote td.label {
189
+ padding-right: 10px;
190
+ display: table-cell;
191
192
184
193
/* -- STYLE PULL-QUOTE AS ADMONITION WHILE DOCS STILL PARSED FOR LGTM EMBEDDED HELP------------------------- */
194
195
blockquote.pull-quote {
0 commit comments