Skip to content

Commit

Permalink
Added tabindex to author slide to prevent scrolling on FF - fixes jda…
Browse files Browse the repository at this point in the history
  • Loading branch information
redtrumpet authored and jdan committed Sep 2, 2013
1 parent ad52998 commit 8576f46
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions templates/author.mustache
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
<div class="author">
<h1 class="name">{{name}}</h1>
<h3 class="twitter">
<a href="http://twitter.com/{{{twitter}}}">{{{twitter}}}</a>
<a href="http://twitter.com/{{{twitter}}}" tabindex="-1">{{{twitter}}}</a>
</h3>
<h3 class="url">
<a href="{{{url}}}">{{{url}}}</a>
<a href="{{{url}}}" tabindex="-1">{{{url}}}</a>
</h3>
</div>

0 comments on commit 8576f46

Please sign in to comment.