aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--doc-src/_layout.html12
-rw-r--r--doc-src/dev/architecture.html4
2 files changed, 3 insertions, 13 deletions
diff --git a/doc-src/_layout.html b/doc-src/_layout.html
index e8b01934..7a1511b2 100644
--- a/doc-src/_layout.html
+++ b/doc-src/_layout.html
@@ -8,21 +8,11 @@
<div class="navbar navbar-default navbar-static-top">
<div class="container">
<div class="navbar-header">
- <button type="button"
- class="navbar-toggle collapsed"
- data-toggle="collapse"
- data-target="#bs-example-navbar-collapse-1"
- >
- <span class="sr-only">Toggle navigation</span>
- <span class="icon-bar"></span>
- <span class="icon-bar"></span>
- <span class="icon-bar"></span>
- </button>
<a class="navbar-brand" href="@!urlTo("/index.html")!@">
<img height="20px" src="@!urlTo("mitmproxy-long.png")!@"/>
</a>
</div>
- <div class="navbar-header navbar-right">
+ <div class="collapse navbar-header navbar-right">
<a class="navbar-brand" hre="#">$!VERSION!$ docs</a>
</div>
</div>
diff --git a/doc-src/dev/architecture.html b/doc-src/dev/architecture.html
index a184fe4f..ae81b6c6 100644
--- a/doc-src/dev/architecture.html
+++ b/doc-src/dev/architecture.html
@@ -1,5 +1,5 @@
-To give you a better understanding of how mitmproxy works, mitmproxy's high-level architecture is detailed
-in the following graphic:
+To give you a better understanding of how mitmproxy works, mitmproxy's
+high-level architecture is detailed in the following graphic:
<img class="img-responsive" src="@!urlTo('schematics/architecture.png')!@">