Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
28 changes: 25 additions & 3 deletions doc/sphinx_source/_static/eggdrop.css
Original file line number Diff line number Diff line change
Expand Up @@ -12,13 +12,14 @@ div.document {
width: 85em;
}

/* MMX's edit */
div.header, div.content, div.footer {
width: 97vw; /* unset to override agogo.css settings */
width: unset; /* unset to override agogo.css settings */
}

div.content {
display: flex;
}
/* END of MMX's edit */

div.sidebar .caption {
font-weight: bold;
Expand Down Expand Up @@ -63,4 +64,25 @@ div.document ul {
list-style-type: circle;
}

div.cap
/* Tcl command reference */

/*
* Sphinx renders reStructuredText transitions (----) as <hr> elements.
* Override the theme's default rule completely so command separators stay
* intentionally subtle regardless of the inherited Agogo styling.
*/
div.body hr {
border: 0 !important;
border-top: 1px solid #dddddd !important;
background: transparent !important;
color: transparent !important;
height: 0 !important;
box-shadow: none !important;
margin: 1.5rem 0 !important;
}

/* Keep a small visual gap between Module metadata and collapsed examples. */
div.body .admonition.tcl-example,
div.body aside.admonition.tcl-example {
margin-top: 0.6rem;
}
2 changes: 1 addition & 1 deletion doc/sphinx_source/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@
# -- General configuration ------------------------------------------------

# If your documentation needs a minimal Sphinx version, state it here.
#needs_sphinx = '1.0'
needs_sphinx = '8.2'

# Add any Sphinx extension module names here, as strings. They can be
# extensions coming with Sphinx (named 'sphinx.ext.*') or your custom
Expand Down
67 changes: 0 additions & 67 deletions doc/sphinx_source/eggdrop.css

This file was deleted.

Loading
Loading