From 45e1878113137022951bad7c6ceb8e754e46bf61 Mon Sep 17 00:00:00 2001 From: Andrea Cardaci Date: Tue, 29 May 2018 19:42:54 +0200 Subject: [PATCH] Remove fork and reorganize GitHub buttons --- _includes/page_title.html | 1 - assets/style.scss | 3 ++- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/_includes/page_title.html b/_includes/page_title.html index fe9faa2..148802d 100644 --- a/_includes/page_title.html +++ b/_includes/page_title.html @@ -5,6 +5,5 @@ {{ include.title }}
Star - Fork
diff --git a/assets/style.scss b/assets/style.scss index 77b1854..32f8c56 100644 --- a/assets/style.scss +++ b/assets/style.scss @@ -185,7 +185,8 @@ h2, h3, h4, h5, h5 { } .github-buttons { - float: right; + display: inline-block; + margin-left: 10px; // avoid displaying the link text during loading a.github-button {