diff --git a/doc/_static/mpl.css b/doc/_static/mpl.css index 5a9acd280881..40dc44119ea4 100644 --- a/doc/_static/mpl.css +++ b/doc/_static/mpl.css @@ -406,7 +406,7 @@ div.seealso { color: #3F5E7F; } -div.warning { +div.warning, div.important { background-color: #F3E5E5; border-color: #CC8E8E; color: #7F1919; @@ -495,6 +495,12 @@ p.topic-title { padding-top: 0.7em; } +.contents ul > li::before { + content: "\25FE"; + color: #bbb; + padding-right: .3em; +} + .contents > ul > li > a { font-size: 1.0em; } @@ -633,6 +639,10 @@ table.docutils tr:last-of-type td { border-bottom-color: #888; } +table.docutils tr:first-of-type td { + border-top-color: #888; +} + /* Section titles within classes */ dl.class p.rubric { font-size: 16px;