Skip to content

Commit d1f846c

Browse files
authored
Remove twitter share button (#121)
It seems to have stopped working.
1 parent aa3fa9d commit d1f846c

2 files changed

Lines changed: 0 additions & 9 deletions

File tree

docs/css/default.css

Lines changed: 0 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -36,13 +36,6 @@ body.index-page #main-content iframe.github-star-button {
3636
margin-right: -15px;
3737
}
3838

39-
/* Tweet button */
40-
body.index-page #main-content iframe.twitter-share-button {
41-
float: right;
42-
margin-top: -12px;
43-
margin-right: 8px;
44-
}
45-
4639
/* Travis CI badge */
4740
body.index-page #main-content img.travis-build-image {
4841
float: right;

docs/index.md

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,6 @@
11
<p class="badges">
22
<iframe src="http://ghbtns.com/github-btn.html?user=tomchristie&amp;repo=django-vanilla-views&amp;type=watch&amp;count=true" class="github-star-button" allowtransparency="true" frameborder="0" scrolling="0" width="110px" height="20px"></iframe>
33

4-
<a href="https://twitter.com/share" class="twitter-share-button" data-url="django-vanilla-views.org" data-text="Django Vanilla Views... http://django-vanilla-views.org" data-count="none"></a>
5-
<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="http://platform.twitter.com/widgets.js";fjs.parentNode.insertBefore(js,fjs);}}(document,"script","twitter-wjs");</script>
64
</p>
75

86
# Django Vanilla Views

0 commit comments

Comments
 (0)