aboutsummaryrefslogtreecommitdiffstats
path: root/docs/_static
diff options
context:
space:
mode:
authorAldo Cortesi <aldo@corte.si>2016-10-16 20:50:09 +1300
committerGitHub <noreply@github.com>2016-10-16 20:50:09 +1300
commite4a32d6844963c09a8d4488f46277e2dcbeda3ab (patch)
treeb1553be2db96b8717554db9c8449bada4c8648f7 /docs/_static
parent26af9b29fc3fed60a003d097b3470e85115b2161 (diff)
parent00603021d9d486e3e16511eee273d26f59a3ab10 (diff)
downloadmitmproxy-e4a32d6844963c09a8d4488f46277e2dcbeda3ab.tar.gz
mitmproxy-e4a32d6844963c09a8d4488f46277e2dcbeda3ab.tar.bz2
mitmproxy-e4a32d6844963c09a8d4488f46277e2dcbeda3ab.zip
Merge pull request #1602 from cortesi/scriptdocs
docs: stub out new script documentation
Diffstat (limited to 'docs/_static')
-rw-r--r--docs/_static/theme_overrides.css29
1 files changed, 29 insertions, 0 deletions
diff --git a/docs/_static/theme_overrides.css b/docs/_static/theme_overrides.css
index 585fdddb..849f9f25 100644
--- a/docs/_static/theme_overrides.css
+++ b/docs/_static/theme_overrides.css
@@ -4,6 +4,10 @@
white-space: normal;
}
+.wy-table-responsive > table > tbody > tr > td {
+ vertical-align: top !important;
+}
+
.wy-table-responsive {
margin-bottom: 24px;
max-width: 100%;
@@ -13,3 +17,28 @@
.wy-menu-vertical header, .wy-menu-vertical p.caption {
color: #e0e0e0;
}
+
+.code-block-caption {
+ height: 1.5em;
+}
+
+.code-block-caption .caption-text {
+ font-size: 0.8em;
+ float: right;
+}
+
+.code-block-caption .headerlink {
+ display: none !important;
+}
+
+.function .headerlink {
+ display: none !important;
+}
+
+dl .reference.internal {
+ display: none !important;
+}
+
+dl .headerlink {
+ display: none !important;
+}