Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit cb541b5

Browse files
committed
Fix indentation in the "Supported languages and frameworks" page
I'm not sure why this works, but I see it is correct in my dev tools page.
1 parent e02a2d8 commit cb541b5

1 file changed

Lines changed: 20 additions & 15 deletions

File tree

docs/codeql/_static/custom.css_t

Lines changed: 20 additions & 15 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
/*
22
* This Sphinx stylesheet adds some customizations to the default Alabaster theme.
3-
*
4-
* The source for the default stylesheet can be found at
3+
*
4+
* The source for the default stylesheet can be found at
55
* https://github.com/bitprophet/alabaster/blob/master/alabaster/static/alabaster.css_t
66
*
77
* For the classes provided by the primer, see https://unpkg.com/@primer/css/dist/primer.css
@@ -45,7 +45,7 @@ article ul, article ol {
4545
}
4646

4747
.SideNav li {
48-
margin: 10px 0 10px 0px;
48+
margin: 10px 0 10px 0px;
4949
}
5050

5151
.SideNav ul, .SideNav ol, .SideNav li {
@@ -80,20 +80,20 @@ a.reference {
8080
}
8181

8282
a.reference:hover {
83-
text-decoration: none;
83+
text-decoration: none;
8484
}
8585

8686
/* -- ADMONITIONS ---------------------------------------------------------------------------- */
8787

88-
/*
89-
* Override default styling for "admonitions".
88+
/*
89+
* Override default styling for "admonitions".
9090
* This includes: note, tip, important, and caution.
9191
*
9292
*/
93-
94-
div.admonition p.admonition-title {
93+
94+
div.admonition p.admonition-title {
9595
/* Make title same size and font as body, but bold. */
96-
font-family: Lato, sans-serif;
96+
font-family: Lato, sans-serif;
9797
font-size: 14px;
9898
font-weight: bold;
9999
}
@@ -102,7 +102,7 @@ p.admonition-title:after {
102102
content: ""; /* Don't insert a colon after the title */
103103
}
104104

105-
/*
105+
/*
106106
* Don't use yellow for footnote background.
107107
*
108108
*/
@@ -111,7 +111,7 @@ p.admonition-title:after {
111111
background-color: unset;
112112
}
113113

114-
/*
114+
/*
115115
* Add a border with rounded corners around code blocks
116116
* (as in the QL language spec).
117117
*
@@ -198,7 +198,7 @@ blockquote.pull-quote {
198198
background-color: #EEE;
199199
border: #CCC;
200200
border-radius: 5px;
201-
}
201+
}
202202

203203
blockquote.pull-quote:first-line {
204204
font-weight: bold;
@@ -230,6 +230,11 @@ blockquote.pull-quote > :last-child {
230230
font-family: "monospace";
231231
}
232232

233+
/* Fixes a bug in "Supported languages and frameworks" where footnotes were incorrectly indented */
234+
aside .label {
235+
border: 0;
236+
}
237+
233238
/* -- PRINT VIEW ----------------------------------------------------------------------------*/
234239

235240
@media print {
@@ -252,14 +257,14 @@ blockquote.pull-quote > :last-child {
252257

253258
/* -- SMALL SCREEN ------------------------------------------------------------------------------- */
254259

255-
@media screen and (max-width: 875px) {
260+
@media screen and (max-width: 875px) {
256261

257262
/* Overrides strange behaviour caused by default styles */
258263

259264
body {
260265
padding: 0;
261-
}
262-
266+
}
267+
263268
div.footer {
264269
display: block;
265270
}

0 commit comments

Comments
 (0)