Skip to content

Commit d53d1c5

Browse files
Make the edit button a bit more subtle
1 parent bbbd0a0 commit d53d1c5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

_layouts/default.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@
2525
<div class="background"><div class="primary"></div><div class="secondary"></div></div>
2626
{% else %}
2727
{% if page.include_title %}
28-
<h1>{{ page.title }} <a href="https://github.com/WP-API/docs-v2/edit/gh-pages/{{page.path}}">Edit Page</a></h1>
28+
<h1>{{ page.title }} <small style="float:right;"><a href="https://github.com/WP-API/docs-v2/edit/gh-pages/{{page.path}}">Edit Page</a></small></h1>
2929
{% endif %}
3030
{% endif %}
3131

0 commit comments

Comments
 (0)