From 9bdf9a510e48f8edd549951b454cb78ed27d391e Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jos=C3=A9=20Padilla?= Date: Tue, 23 Jun 2015 07:17:12 -0400 Subject: [PATCH] Remove Twitter button for mobile rendering --- docs/index.md | 3 --- docs_theme/css/default.css | 7 ------- 2 files changed, 10 deletions(-) diff --git a/docs/index.md b/docs/index.md index e48b648ed..27c50fee8 100644 --- a/docs/index.md +++ b/docs/index.md @@ -1,9 +1,6 @@

- - - diff --git a/docs_theme/css/default.css b/docs_theme/css/default.css index bcba6b0ee..6c33b486b 100644 --- a/docs_theme/css/default.css +++ b/docs_theme/css/default.css @@ -37,13 +37,6 @@ body.index-page #main-content iframe.github-star-button { margin-right: -15px; } -/* Tweet button */ -body.index-page #main-content iframe.twitter-share-button { - float: right; - margin-top: -12px; - margin-right: 8px; -} - /* Travis CI and PyPI badge */ body.index-page #main-content img.status-badge { float: right;