File tree Expand file tree Collapse file tree 1 file changed +24
-8
lines changed Expand file tree Collapse file tree 1 file changed +24
-8
lines changed Original file line number Diff line number Diff line change 11body {
2- font-size : 16 px !important ;
2+ font-size : 15 px !important ;
33}
44
5- table . field-list ,
6- table .footnote {
5+ /* gray background for parameters */
6+ table .field-list {
77 background-color : # f9f9f9 !important ;
88}
99
10+ /* style the footnote display */
11+ table .footnote td {
12+ padding : 0.3em 0.5em !important ;
13+ line-height : 1.4em !important ;
14+ }
15+
16+ table li {
17+ padding-bottom : 0.5em ;
18+ }
19+
1020table .field-list th ,
1121table .field-list td {
12- padding : 0.8 em !important ;
22+ padding : 0.5 em !important ;
1323 border : 1px solid # 888 !important ;
1424}
1525
26+ p .rubric {
27+ margin-top : 0px !important ;
28+ }
29+
1630/* recolor the code snippets in sidebar */
1731@media screen and (max-width : 875px ) {
1832 div .sphinxsidebar h3 ,
@@ -24,6 +38,12 @@ table.field-list td {
2438 }
2539}
2640
41+
42+ /* sidebar pinned to the top of the page */
43+ div .sphinxsidebar {
44+ position : absolute;
45+ }
46+
2747/* don't show table delimiters */
2848table .docutils {
2949 border : none !important ;
@@ -36,7 +56,3 @@ table.docutils td, table.docutils th {
3656 border : none;
3757 padding : 0.0em 0.0em ;
3858}
39-
40- table .footnote td {
41- padding : 0.3em 0.5em ;
42- }
You can’t perform that action at this time.
0 commit comments