Skip to content

Commit 6af0b1e

Browse files
author
huston
committed
fixing social bar
1 parent a427708 commit 6af0b1e

3 files changed

Lines changed: 5 additions & 5 deletions

File tree

site/app/docs/_layouts/docsLanding.html

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -36,9 +36,9 @@ <h3>Download</h3>
3636
</a>
3737
<div id="social-hide" type="button"><i class = "glyphicon glyphicon-remove"></i></div>
3838
<div id="social-icons">
39-
<iframe src="http://ghbtns.com/github-btn.html?user=graphalchemist&repo=alchemy&type=fork&count=true&size=large" allowtransparency="true" frameborder="0" scrolling="0" width="120" height="30"></iframe>
39+
<iframe src="http://ghbtns.com/github-btn.html?user=graphalchemist&repo=alchemy&type=fork&count=true&size=large" allowtransparency="true" frameborder="0" scrolling="0" width="125" height="30"></iframe>
4040
<iframe src="http://ghbtns.com/github-btn.html?user=graphalchemist&repo=alchemy&type=watch&count=true&size=large"
41-
allowtransparency="true" frameborder="0" scrolling="0" width="120" height="30"></iframe>
41+
allowtransparency="true" frameborder="0" scrolling="0" width="125" height="30"></iframe>
4242
<a href="https://twitter.com/share?size=large&text=Check%20out%20Alchemy.js,%20a%20graph%20visualization%20app%20built%20in%20d3%20by%20@GraphAlchemist%20%23Alchemyjs%20" class="twitter-share-button" data-url="http://graphalchemist.github.io/Alchemy" data-lang="en">Tweet</a>
4343
<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="https://platform.twitter.com/widgets.js";fjs.parentNode.insertBefore(js,fjs);}}(document,"script","twitter-wjs");</script>
4444
</div>

site/app/styles/_landing.scss

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -237,7 +237,7 @@ hr{
237237

238238
#alchemy-social{
239239
float: right;
240-
margin-right: 5%;
240+
margin-right: 1%;
241241
padding: 5px;
242242
text-align: center;
243243
}

site/app/views/nav.html

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -17,9 +17,9 @@
1717
<h3>Download</h3>
1818
</a>
1919
<div id="gh-fork-share">
20-
<iframe src="http://ghbtns.com/github-btn.html?user=graphalchemist&repo=alchemy&type=fork&count=true&size=large" allowtransparency="true" frameborder="0" scrolling="0" width="120" height="30"></iframe>
20+
<iframe src="http://ghbtns.com/github-btn.html?user=graphalchemist&repo=alchemy&type=fork&count=true&size=large" allowtransparency="true" frameborder="0" scrolling="0" width="125" height="30"></iframe>
2121
<iframe src="http://ghbtns.com/github-btn.html?user=graphalchemist&repo=alchemy&type=watch&count=true&size=large"
22-
allowtransparency="true" frameborder="0" scrolling="0" width="120" height="30"></iframe>
22+
allowtransparency="true" frameborder="0" scrolling="0" width="125" height="30"></iframe>
2323
<a href="https://twitter.com/share?size=large&text=Check%20out%20Alchemy.js,%20a%20graph%20visualization%20app%20built%20in%20d3%20by%20@GraphAlchemist%20%23Alchemyjs%20" class="twitter-share-button" data-url="http://graphalchemist.github.io/Alchemy" data-lang="en">Tweet</a>
2424
<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="https://platform.twitter.com/widgets.js";fjs.parentNode.insertBefore(js,fjs);}}(document,"script","twitter-wjs");</script>
2525
</div>

0 commit comments

Comments
 (0)