File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 140140 padding : 0 ;
141141}
142142/*! minireset.css v0.0.6 | MIT License | github.com/jgthms/minireset.css */
143- ul {
144- list-style : none;
145- }
146143input ,
147144select {
148145 margin : 0 ;
Original file line number Diff line number Diff line change 1010 overflow : hidden;
1111}
1212
13- .content-container ul {
14- list-style-type : circle;
15- padding : 10px ;
16- margin-left : 15px ;
17- }
18-
19- .content-container .toctree-wrapper ul : first-child {
20- margin-left : 0 ;
21- padding-left : 0.75rem ;
22- }
23-
24- .content-container .toctree-wrapper ul {
25- margin-left : 0.75rem ;
26- }
27-
28- .content-container ol {
29- padding : 10px ;
30- margin-left : 15px ;
31- }
32-
3313.content-container .divider {
3414 height : 3px ;
3515 border-radius : 50px ;
Original file line number Diff line number Diff line change 1+ // Override bootstrap by restoring the basic theme default.
2+ dd {
3+ margin-top : 3px ;
4+ margin-bottom : 10px ;
5+ margin-left : 30px ;
6+ }
7+
8+ ol ,
9+ ul {
10+ padding-inline-start : 2rem ;
11+ li > p :first-child {
12+ margin-bottom : 0.25rem ;
13+ margin-top : 0.25rem ;
14+ }
15+ }
Original file line number Diff line number Diff line change 5555// @import "./content/figures";
5656// @import "./content/footnotes";
5757// @import "./content/hacks";
58- // @import "./content/lists";
58+ @import " ./content/lists" ;
5959// @import "./content/quotes";
6060// @import "./content/spans";
6161// @import "./content/tables";
You can’t perform that action at this time.
0 commit comments