From c9d5ac3d8e1d5a8d3a65bf1fb6e0023c6dc6b85c Mon Sep 17 00:00:00 2001 From: Yehonal Date: Wed, 19 Dec 2018 17:43:10 +0100 Subject: Various css fixes --- .../components/action_btn/page_actions.html | 40 +++++++++++++--------- 1 file changed, 23 insertions(+), 17 deletions(-) (limited to '_includes/git-wiki/components/action_btn/page_actions.html') diff --git a/_includes/git-wiki/components/action_btn/page_actions.html b/_includes/git-wiki/components/action_btn/page_actions.html index d0e15b3..08c6e6f 100644 --- a/_includes/git-wiki/components/action_btn/page_actions.html +++ b/_includes/git-wiki/components/action_btn/page_actions.html @@ -1,23 +1,29 @@ -{% if site.use_github_wiki %} -Add new -Edit -History -Source -{% else %} -Add new -Edit -History -Source -{% if site.blog_feature %} -Add new post -{% endif %} +
+ {% if site.use_github_wiki %} + Add new + Edit + History + Source + {% else %} + Add + new + Edit + History + Source + {% if site.blog_feature %} + Add + new post + {% endif %} {% if site.use_prose_io %}
- Prose.io: - Add new + Prose.io: + Add + new Edit {% if site.blog_feature %} - Add new post + Add + new post + {% endif %} {% endif %} {% endif %} -{% endif %} \ No newline at end of file +
\ No newline at end of file -- cgit