diff options
author | Aldo Cortesi <aldo@nullcube.com> | 2015-05-24 14:29:53 +1200 |
---|---|---|
committer | Aldo Cortesi <aldo@nullcube.com> | 2015-05-24 14:29:53 +1200 |
commit | 7fe9f04cced6baeab215acda6fb0bb4a1d50f833 (patch) | |
tree | bc26b1ce727f0c441ce428f0061bbad5e645ee63 /doc-src | |
parent | 2135bcec61cf346555f8fd1e24bbb9267d002502 (diff) | |
download | mitmproxy-7fe9f04cced6baeab215acda6fb0bb4a1d50f833.tar.gz mitmproxy-7fe9f04cced6baeab215acda6fb0bb4a1d50f833.tar.bz2 mitmproxy-7fe9f04cced6baeab215acda6fb0bb4a1d50f833.zip |
docs: don't show un-necessary collapse target on mobile
Diffstat (limited to 'doc-src')
-rw-r--r-- | doc-src/_layout.html | 12 | ||||
-rw-r--r-- | doc-src/dev/architecture.html | 4 |
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')!@"> |