Skip to content

Commit dea37e7

Browse files
kwankyuMatthias Koeppe
authored andcommitted
src/doc/common/static/custom-jupyter-sphinx.css, src/sage_docbuild/conf.py: Refinements
1 parent f74f017 commit dea37e7

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

src/doc/common/static/custom-jupyter-sphinx.css

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
div.jupyter_container {
2-
margin: .5rem 0;
2+
border: 0;
33
}
44

55
div.jupyter_container + div.jupyter_container {

src/sage_docbuild/conf.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -903,7 +903,7 @@ def apply(self):
903903
linenostart=1)
904904
cell_node += cell_input
905905
container = TabContainer("", type="tab", new_set=False)
906-
textnodes = [Text('Sage (live)')]
906+
textnodes = [Text('Sage Live')]
907907
label = Label("", "", *textnodes)
908908
container += label
909909
content = Container("", is_div=True, classes=["tab-content"])

0 commit comments

Comments
 (0)