Skip to content

Commit

Permalink
Add fade effect to tabs
Browse files Browse the repository at this point in the history
  • Loading branch information
Dave Cross committed Jan 26, 2015
1 parent 36c0a35 commit 11b9d1e
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions ttlib/about/index.tt
Expand Up @@ -12,7 +12,7 @@
<li><a href="#author" data-toggle="tab">Author</a></li>
</ul>
<div class="tab-content">
<div class="tab-pane active" id="site">
<div class="tab-pane active fade in" id="site">
<p>Since the last general election in 2010, Twitter use in the UK has
expanded massively. You're no-one if you're not on Twitter.</p>
<p>With that in mind, this site gives you a simple way to track what
Expand All @@ -24,7 +24,7 @@
<p>If you find this site useful, please
<a href="https://twitter.com/TwittElection">let us know</a>.</p>
</div>
<div class="tab-pane" id="tech">
<div class="tab-pane fade" id="tech">
<p>This site is built using the <a href="https://dev.twitter.com/rest/public">Twitter API</a>.</p>
<p>The site was built using
<a href="http://getbootstrap.com">Bootstrap</a>,
Expand All @@ -38,7 +38,7 @@
any information about candidates for the upcoming election, then please consider
sharing it there.</p>
</div>
<div class="tab-pane" id="author">
<div class="tab-pane fade" id="author">
<p><a href="http://dave.org.uk/">Dave Cross</a> was convinced that the 2010 general
election would be dominated by Twitter. He was wrong, but now thinks that if he
makes the same prediction for every general election he'll get it right eventually.</p>
Expand Down

0 comments on commit 11b9d1e

Please sign in to comment.