Skip to content

Commit 33a3a6c

Browse files
committed
Update tip submodules/plone.restapi
1 parent 0a4968c commit 33a3a6c

File tree

12 files changed

+29
-29
lines changed

12 files changed

+29
-29
lines changed

docs/_static/custom.css renamed to _theme/_static/custom.css

Lines changed: 28 additions & 28 deletions
Original file line numberDiff line numberDiff line change
@@ -11,11 +11,11 @@
1111
display: none;
1212
}
1313

14-
pre {
15-
border-radius: 0;
16-
background-color: white;
17-
box-shadow: none;
18-
}
14+
/*pre {*/
15+
/* border-radius: 0;*/
16+
/* background-color: white;*/
17+
/* box-shadow: none;*/
18+
/*}*/
1919

2020
a,
2121
a:visited,
@@ -99,10 +99,10 @@ ul.search li span.highlighted {
9999
list-style: none;
100100
}
101101

102-
section:not(#glossary) h1~dl {
103-
display: grid;
104-
grid-template-columns: max-content auto;
105-
}
102+
/*section:not(#glossary) h1~dl {*/
103+
/* display: grid;*/
104+
/* grid-template-columns: max-content auto;*/
105+
/*}*/
106106

107107
section:not(#glossary) h1~dl dd {
108108
margin-bottom: unset !important;
@@ -432,30 +432,30 @@ span.menuselection {
432432
*/
433433

434434
/* definitions */
435-
dl.py.function {
436-
margin-bottom: 5rem;
437-
}
435+
/*dl.py.function {*/
436+
/* margin-bottom: 5rem;*/
437+
/*}*/
438438

439-
dl.py.function>dt {
440-
background-color: var(--codeblock-color);
441-
padding: 4px 5px;
442-
}
439+
/*dl.py.function>dt {*/
440+
/* background-color: var(--codeblock-color);*/
441+
/* padding: 4px 5px;*/
442+
/*}*/
443443

444-
dl.py.function>dt:target {
445-
background-color: var(--target-color);
446-
}
444+
/*dl.py.function>dt:target {*/
445+
/* background-color: var(--target-color);*/
446+
/*}*/
447447

448-
dl.field-list>dt {
449-
padding-left: 0;
450-
}
448+
/*dl.field-list>dt {*/
449+
/* padding-left: 0;*/
450+
/*}*/
451451

452452
/* code blocks */
453-
div.viewcode-block:target {
454-
padding: 10px 10px;
455-
background-color: var(--codeblock-color);
456-
border-top: 1px solid var(--codeblock-color);
457-
border-bottom: 1px solid var(--codeblock-color);
458-
}
453+
/*div.viewcode-block:target {*/
454+
/* padding: 10px 10px;*/
455+
/* background-color: var(--codeblock-color);*/
456+
/* border-top: 1px solid var(--codeblock-color);*/
457+
/* border-bottom: 1px solid var(--codeblock-color);*/
458+
/*}*/
459459

460460
/* Fix paragraphs in list items. */
461461
#main-content ol > li > p:nth-child(n+2),
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.

0 commit comments

Comments
 (0)