aboutsummaryrefslogtreecommitdiffstats
path: root/docs/_static
diff options
context:
space:
mode:
authorkira0204 <rshtmudgal@gmail.com>2018-02-24 12:42:21 +0530
committerkira0204 <rshtmudgal@gmail.com>2018-02-24 12:42:21 +0530
commit8209b89d41bdfc3b6a9a3dd5d9054b02722e0d4f (patch)
tree5691f1dd11ac1b2a98e57ed06252ff7dc40cd555 /docs/_static
parent69dbd1da61e6e452da63c63fba1d810b269f459d (diff)
parenteee109117f956600261bc938be52040d1474a97f (diff)
downloadmitmproxy-8209b89d41bdfc3b6a9a3dd5d9054b02722e0d4f.tar.gz
mitmproxy-8209b89d41bdfc3b6a9a3dd5d9054b02722e0d4f.tar.bz2
mitmproxy-8209b89d41bdfc3b6a9a3dd5d9054b02722e0d4f.zip
Merge branch 'master' of https://github.com/kira0204/mitmproxy into update-readme
Diffstat (limited to 'docs/_static')
-rw-r--r--docs/_static/theme_overrides.css44
1 files changed, 0 insertions, 44 deletions
diff --git a/docs/_static/theme_overrides.css b/docs/_static/theme_overrides.css
deleted file mode 100644
index 849f9f25..00000000
--- a/docs/_static/theme_overrides.css
+++ /dev/null
@@ -1,44 +0,0 @@
-
-/* override table width restrictions */
-.wy-table-responsive table td, .wy-table-responsive table th {
- white-space: normal;
-}
-
-.wy-table-responsive > table > tbody > tr > td {
- vertical-align: top !important;
-}
-
-.wy-table-responsive {
- margin-bottom: 24px;
- max-width: 100%;
- overflow: visible;
-}
-
-.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;
-}