From 7cb21dd9817f27d5e6b3ef945766bddb66c96df4 Mon Sep 17 00:00:00 2001 From: Ivan Kravets Date: Sun, 24 Apr 2016 23:21:58 +0300 Subject: [PATCH] Move octocat to right --- docs/_static/extra.css | 13 +++++++++++-- docs/_templates/footer.html | 2 +- 2 files changed, 12 insertions(+), 3 deletions(-) diff --git a/docs/_static/extra.css b/docs/_static/extra.css index f9a40ace..1d7f3b0b 100644 --- a/docs/_static/extra.css +++ b/docs/_static/extra.css @@ -271,10 +271,19 @@ nav { } .navbar .github-corner { + display: none; +} + +.navbar .github-corner svg { + fill: #fff; + color: #080808; position: absolute; top: -1px; - left: 0; - display: none; + right: 0; + border: 0; + width: 50px; + height: 50px; + transform: scale(1, 1); } @media screen and (min-width: 992px) { diff --git a/docs/_templates/footer.html b/docs/_templates/footer.html index 327ce066..6c39a60e 100644 --- a/docs/_templates/footer.html +++ b/docs/_templates/footer.html @@ -4,7 +4,7 @@