Skip to content

Commit

Permalink
Added more space to the watch button
Browse files Browse the repository at this point in the history
  • Loading branch information
javve committed Feb 18, 2012
1 parent b0cc9ba commit c5c0273
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions website/css/style.css
Expand Up @@ -328,8 +328,8 @@ td {
padding:13px 20px 5px; padding:13px 20px 5px;
clear:both; clear:both;
border-radius: 10px; border-radius: 10px;
margin:0 0 50px 28px; margin:0 0 50px 24px;
width:594px; width:604px;
border-bottom:solid 1px #666; border-bottom:solid 1px #666;
background-color: rgba(255,255,255,0.1); background-color: rgba(255,255,255,0.1);
} }
Expand Down
2 changes: 1 addition & 1 deletion website/index.html
Expand Up @@ -96,7 +96,7 @@ <h2 class="slogan"><span>[ { feature: "sort" }, { feature: "search" }, { feature


<div class="share"> <div class="share">
<div style="float:left"> <div style="float:left">
<iframe src="http://markdotto.github.com/github-buttons/github-btn.html?user=javve&repo=list&type=watch&count=true" allowtransparency="true" frameborder="0" scrolling="0" width="100px" height="20px"></iframe> <iframe src="http://markdotto.github.com/github-buttons/github-btn.html?user=javve&repo=list&type=watch&count=true" allowtransparency="true" frameborder="0" scrolling="0" width="110px" height="20px"></iframe>
<iframe src="http://markdotto.github.com/github-buttons/github-btn.html?user=javve&repo=list&type=fork&count=true" allowtransparency="true" frameborder="0" scrolling="0" width="95px" height="20px"></iframe> <iframe src="http://markdotto.github.com/github-buttons/github-btn.html?user=javve&repo=list&type=fork&count=true" allowtransparency="true" frameborder="0" scrolling="0" width="95px" height="20px"></iframe>
</div> </div>
<!-- AddThis Button BEGIN --> <!-- AddThis Button BEGIN -->
Expand Down

0 comments on commit c5c0273

Please sign in to comment.