Skip to content

Commit

Permalink
docs: don't show un-necessary collapse target on mobile
Browse files Browse the repository at this point in the history
  • Loading branch information
cortesi committed May 24, 2015
1 parent 2135bce commit 7fe9f04
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 13 deletions.
12 changes: 1 addition & 11 deletions doc-src/_layout.html
Expand Up @@ -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>
Expand Down
4 changes: 2 additions & 2 deletions 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')!@">

Expand Down

0 comments on commit 7fe9f04

Please sign in to comment.