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 {