Skip to content
This repository was archived by the owner on Jun 18, 2024. It is now read-only.

mobile nav fix #42

Merged
merged 3 commits into from
May 17, 2013
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion _includes/footer.html
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
<div class="container-fluid" id="footer">
<div class="row-fluid">
<div class="span12">
<a class="btn-primary" href="{{ edit_url }}">Help Improve this Content</a>
<a class="btn btn-primary" href="{{ edit_url }}">Help Improve this Content</a>
<div class="pull-right">
<iframe src="http://ghbtns.com/github-btn.html?user={{ site.org_name }}&repo={{ site.repo_name }}&type=fork&count=true" allowtransparency="true" frameborder="0" scrolling="0" width="95" height="20"></iframe>
</div>
Expand Down
7 changes: 5 additions & 2 deletions _includes/header.html
Original file line number Diff line number Diff line change
Expand Up @@ -26,11 +26,13 @@
</div>
</div>
<![endif]-->
<div class="navbar navbar-inverse navbar-fixed-top">
<div class="navbar-inner">

<div id="header">
<div class="container-fluid">
<div class="row-fluid">
<div class="span12">
<div class="navbar navbar-inverse">
<div class="navbar-inner">
<a class="btn btn-navbar" data-toggle="collapse" data-target=".nav-collapse">
<span class="icon-bar"></span>
<span class="icon-bar"></span>
Expand All @@ -49,3 +51,4 @@
</div>
</div>
</div>
</div>
Loading