Skip to content

Commit

Permalink
adding github to header, changing animation settings
Browse files Browse the repository at this point in the history
  • Loading branch information
afshinm committed Oct 22, 2016
1 parent 7eeb030 commit d3ee0da
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 4 deletions.
11 changes: 9 additions & 2 deletions docs/_includes/header.html
Original file line number Diff line number Diff line change
Expand Up @@ -9,8 +9,15 @@

<a class="item" href="/">Home</a>
<a class="item" href="{{site.baseurl}}/">Documentation</a>
<a class="item" href="https://github.com/usablica/doc42/releases" target="_blank">Download</a>
<a class="item" href="{{site.baseurl}}/support" target="_blank">Support</a>
<a class="item" href="https://github.com/usablica/doc42/releases" target="_blank">
<i class="fa fa-download"></i> Download
</a>
<a class="item" href="https://github.com/usablica/doc42/" target="_blank">
<i class="fa fa-github"></i> Github
</a>
<a class="item" href="{{site.baseurl}}/support" target="_blank">
<i class="fa fa-support"></i> Support
</a>
</div>
</nav>
</header>
Expand Down
2 changes: 0 additions & 2 deletions docs/css/custom.css
Original file line number Diff line number Diff line change
Expand Up @@ -43,8 +43,6 @@ pre[class*="language-"] {
animation-name: logo;
-webkit-animation-duration: 3s;
animation-duration: 3s;
-webkit-animation-delay: 1s;
animation-delay: 1s;
-webkit-animation-fill-mode: forwards;
animation-fill-mode: forwards;
}
Expand Down

0 comments on commit d3ee0da

Please sign in to comment.