Skip to content

Commit 0a81f1d

Browse files
committed
Add build status badge
1 parent 0c94565 commit 0a81f1d

File tree

2 files changed

+16
-7
lines changed

2 files changed

+16
-7
lines changed

doc/website/css/main.css

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -56,7 +56,7 @@ li {
5656
margin-bottom: 3px;
5757
}
5858

59-
#content img {
59+
#content img .img-bordered {
6060
max-width: 100%;
6161
padding: 4px;
6262
background-color: #fff;
@@ -79,6 +79,10 @@ header.navbar {
7979
margin-left: 10px;
8080
}
8181

82+
.status-badges {
83+
margin-top: 16px;
84+
}
85+
8286
@media (min-width: 768px) {
8387
#sidebar {
8488
position:fixed;

doc/website/default.twig

Lines changed: 11 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -28,11 +28,9 @@
2828
</div>
2929
{% if menu is defined %}
3030
<div id="menu-navbar" class="collapse navbar-collapse">
31-
<nav role="navigation">
32-
<ul class="nav">
33-
{{ include('menu-items.twig') }}
34-
</ul>
35-
</nav>
31+
<ul class="nav navbar-nav">
32+
{{ include('menu-items.twig') }}
33+
</ul>
3634
</div>
3735
{% endif %}
3836
</header>
@@ -49,6 +47,13 @@
4947
{% endif %}
5048

5149
<section id="content" class="{{ menu ? 'col-sm-offset-3 col-lg-offset-2 col-sm-9 col-lg-10' : 'col-sm-12' }}">
50+
<ul class="status-badges pull-right list-unstyled list-inline">
51+
<li>
52+
<a href="https://ci.appveyor.com/project/ethanhann/inengine-net">
53+
<img src="https://ci.appveyor.com/api/projects/status/github/ethanhann/inengine.net?branch=master&svg=true">
54+
</a>
55+
</li>
56+
</ul>
5257
{{ content|raw }}
5358
</section>
5459

@@ -58,7 +63,7 @@
5863
<footer>
5964
<div class="{{ menu ? 'container-fluid' : 'container' }}">
6065
<p class="text-muted">
61-
website generated with <a href="http://couscous.io" title="Markdown website generator">Couscous</a>
66+
author <a href="http://www.ethanhann.com" title="Author">Ethan Hann</a>
6267
</p>
6368
</div>
6469
</footer>

0 commit comments

Comments
 (0)