add github links everywhere

This commit is contained in:
Owen Versteeg 2014-08-02 21:43:44 -04:00
parent 675184b485
commit ff3e8303f3
3 changed files with 2 additions and 6 deletions

View file

@ -169,6 +169,7 @@
<a href="examples.html">Examples</a>
-->
<a href="download.html">Download</a>
<a href="https://github.com/owenversteeg/min">Github</a>
</div>
</nav>
<button class="btn btn-sm btn-close">×</button>

View file

@ -205,6 +205,7 @@
<a href="examples.html">Examples</a>
-->
<a class="current" href="#">Download</a>
<a href="https://github.com/owenversteeg/min">Github</a>
</div>
</nav>
<button class="btn btn-sm btn-close">×</button>

View file

@ -101,12 +101,6 @@
margin-bottom: 15px;
padding-bottom: 5px;
}
/* normally, the button would extend past the page top and be invisible but when it's in the middle of the page it shows */
button.btn-close.btn-sm {
padding-top: 4px;
margin-top: -50px;
}
/* this fixes the display of the demo-navbar when the page is resized */
.navbar .container {