Skip to content

Commit 3d9e7d9

Browse files
committed
Made bower name lowercase and added Flattr button
1 parent 610aac6 commit 3d9e7d9

File tree

2 files changed

+6
-2
lines changed

2 files changed

+6
-2
lines changed

bower.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
{
2-
"name": "Hover",
2+
"name": "hover",
33
"version": "2.0.2",
44
"homepage": "http://ianlunn.github.io/Hover",
55
"authors": [

index.html

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,12 +24,16 @@ <h1>Hover.css <a href="https://github.com/IanLunn/Hover/releases" class="sup" ti
2424

2525
<div class="social aligncenter">
2626
<div class="social-button">
27-
<iframe src="http://ghbtns.com/github-btn.html?user=IanLunn&repo=Hover&type=watch&count=true" allowtransparency="true" frameborder="0" scrolling="0" width="140" height="20"></iframe>
27+
<iframe src="http://ghbtns.com/github-btn.html?user=IanLunn&repo=Hover&type=watch&count=true" allowtransparency="true" frameborder="0" scrolling="0" width="110" height="20"></iframe>
2828
</div>
2929

3030
<div class="social-button">
3131
<a href="https://twitter.com/share" class="twitter-share-button" data-related="IanLunn" data-dnt="true">Tweet</a>
3232
</div>
33+
34+
<div class="social-button">
35+
<script id='fbhss98'>(function(i){var f,s=document.getElementById(i);f=document.createElement('iframe');f.src='//api.flattr.com/button/view/?uid=IanLunn&button=compact&url=http%3A%2F%2Fianlunn.github.io%2FHover%2F';f.title='Flattr';f.height=20;f.width=110;f.style.borderWidth=0;s.parentNode.insertBefore(f,s);})('fbhss98');</script>
36+
</div>
3337
</div>
3438

3539
<div class="aligncenter">

0 commit comments

Comments
 (0)