Skip to content

Commit

Permalink
fixed github button
Browse files Browse the repository at this point in the history
  • Loading branch information
frsyuki committed Jun 22, 2012
1 parent 69aef1c commit 5900020
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion css/all.css
Expand Up @@ -223,7 +223,7 @@ h3 {
.tmcontribute {
float:right;
width:334px; /* .tm:width:290 + .tm:padding:12*2 + 20px */
margin-top:12px;
margin-top:10px;
font-size:95%;
}
.tmcontribute:after {
Expand Down
6 changes: 3 additions & 3 deletions index.html
Expand Up @@ -96,7 +96,7 @@ <h3>Happy Hackers :-)</h3>
<a class="tmright"></a>
</div>

<p class="tmcontribute">If you also use MessagePack, send us a pull-request.</p>
<p class="tmcontribute">Also use MessagePack? <a href="https://github.com/msgpack/website">Waiting for your testimonial!</a></p>

<h3 id="crosslang">Implementation projects</h3>
<div class="qsset">
Expand Down Expand Up @@ -334,8 +334,8 @@ <h4><a href="https://github.com/msgpack/msgpack-rpc-python">MessagePack-RPC for
<footer id="footer">
<div id="footerbody" class="paragraphs">
<div id="social">
<iframe src="http://markdotto.github.com/github-buttons/github-btn.html?user=msgpack&repo=github-buttons&type=watch"
allowtransparency="true" frameborder="0" scrolling="0" width="62px" height="20px" style="margin-right:20px"></iframe>
<iframe src="http://markdotto.github.com/github-buttons/github-btn.html?user=msgpack&type=follow"
allowtransparency="true" frameborder="0" scrolling="0" width="132px" height="20px"></iframe>

<a href="https://twitter.com/share" class="twitter-share-button" data-hashtags="msgpack">Tweet</a>
<script>!function(d,s,id){var js,fjs=d.getElementsByTagName(s)[0];if(!d.getElementById(id)){js=d.createElement(s);js.id=id;js.src="//platform.twitter.com/widgets.js";fjs.parentNode.insertBefore(js,fjs);}}(document,"script","twitter-wjs");</script>
Expand Down

0 comments on commit 5900020

Please sign in to comment.