aboutsummaryrefslogtreecommitdiffstats
path: root/docs/_static/theme_overrides.css
diff options
context:
space:
mode:
authorColdFire <9128903+fenilgandhi@users.noreply.github.com>2018-02-23 00:27:10 +0530
committerGitHub <noreply@github.com>2018-02-23 00:27:10 +0530
commit777cb98a86f3e8883383935661e2ed20ed9b6bd4 (patch)
tree67d3e1259dccb83866496f45fe20ac3bd76961ce /docs/_static/theme_overrides.css
parent6bf250aa3e8ede84d16170d95728c6488444a5a8 (diff)
parent58ccad7576e5fd33e937aba58df2f9edc389e52e (diff)
downloadmitmproxy-777cb98a86f3e8883383935661e2ed20ed9b6bd4.tar.gz
mitmproxy-777cb98a86f3e8883383935661e2ed20ed9b6bd4.tar.bz2
mitmproxy-777cb98a86f3e8883383935661e2ed20ed9b6bd4.zip
Merge branch 'master' into issue-2872
Diffstat (limited to 'docs/_static/theme_overrides.css')
-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;
-}