We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5889c4f commit 33664f5Copy full SHA for 33664f5
_includes/title.html
@@ -20,7 +20,7 @@ <h1>
20
{{ page.title | xml_escape }}
21
<small>{{ page.subtitle }}</small>
22
{% if edit_path %}
23
- <a class="btn btn-primary pull-right" href="{{ edit_path }}">Edit on Github</a>
+ <a class="btn btn-primary pull-right" href="{{ edit_path }}"><span class="glyphicon glyphicon-pencil"></span> Edit on Github</a>
24
{% elsif show_news_link %}
25
<a class="btn btn-primary pull-right" href="/news/atom.xml">Subscribe via Atom</a>
26
{% endif %}
stylesheets/site-structure.scss
@@ -36,7 +36,8 @@
36
37
// Alert icons
38
.alert span.glyphicon,
39
-.panel span.glyphicon {
+.panel span.glyphicon,
40
+.btn span.glyphicon {
41
margin-right: 8px;
42
}
43
0 commit comments