website: fix clickability of the intro button

This commit is contained in:
Jack Pearkes 2014-04-17 12:25:01 -04:00
parent 332de10165
commit 0ffa40d081
3 changed files with 3 additions and 2 deletions

View File

@ -174,7 +174,7 @@
a simple and approachable walkthrough for running Consul locally.</p>
</div>
<div class="col-xs-offset-5 col-xs-12 col-sm-6 col-sm-offset-0 right">
<button class="outline-btn purple"><a href="/intro/index.html">Read the intro &#187;</a></button>
<a class="outline-btn purple" href="/intro/index.html">Read the intro &#187;</a>
</div>
</div>
</div>

View File

@ -204,6 +204,7 @@ body.page-home{
.outline-btn {
padding: 8px;
display: inline-block;
&:focus {
outline: 0;
}

View File

@ -25,4 +25,4 @@
// Components w/ JavaScript
/*@import "modals.less";*/
// 67
// 68