aboutsummaryrefslogtreecommitdiffstats
path: root/docs/_static
diff options
context:
space:
mode:
authorAldo Cortesi <aldo@corte.si>2018-02-22 20:48:17 +1300
committerGitHub <noreply@github.com>2018-02-22 20:48:17 +1300
commit443409e32bcc28a7f0475d7af42efff03473b72f (patch)
tree9d749a57929a950f0e177a9bf4d6cd7d9a88c16b /docs/_static
parent1cacefa104626e4e0df5ffb2aa8b0c6f16b615b2 (diff)
parent982508d30f887b4fe8b2a855792ae1e33f378222 (diff)
downloadmitmproxy-443409e32bcc28a7f0475d7af42efff03473b72f.tar.gz
mitmproxy-443409e32bcc28a7f0475d7af42efff03473b72f.tar.bz2
mitmproxy-443409e32bcc28a7f0475d7af42efff03473b72f.zip
Merge pull request #2890 from mitmproxy/newdocs
All new documentation
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;
-}