add github links everywhere
This commit is contained in:
parent
675184b485
commit
ff3e8303f3
3 changed files with 2 additions and 6 deletions
|
@ -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>
|
||||
|
|
|
@ -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>
|
||||
|
|
|
@ -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 {
|
||||
|
|
Loading…
Add table
Reference in a new issue