Skip to content

Commit 39fd7ee

Browse files
committed
Remove build badges, fix web api header
1 parent e087d8f commit 39fd7ee

File tree

3 files changed

+1
-26
lines changed

3 files changed

+1
-26
lines changed

doc/website/css/main.css

Lines changed: 0 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -83,14 +83,6 @@ header.navbar {
8383
margin-left: 10px;
8484
}
8585

86-
.status-badges {
87-
margin-top: 35px;
88-
}
89-
90-
.status-badges img {
91-
width: 110px;
92-
}
93-
9486
@media (min-width: 768px) {
9587
#sidebar {
9688
position:fixed;
@@ -109,10 +101,6 @@ header.navbar {
109101
display: none !important;
110102
}
111103

112-
.status-badges {
113-
display: none !important;
114-
}
115-
116104
main.home {
117105
margin-top: 80px;
118106
}

doc/website/default.twig

Lines changed: 0 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -47,19 +47,6 @@
4747
{% endif %}
4848

4949
<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/branch/master">
53-
<img src="https://ci.appveyor.com/api/projects/status/github/ethanhann/inengine.net?branch=master&svg=true&passingText=master%20-%20OK">
54-
</a>
55-
</li>
56-
<li>
57-
<a href="https://ci.appveyor.com/project/ethanhann/inengine-net/branch/develop">
58-
<img src="https://ci.appveyor.com/api/projects/status/github/ethanhann/inengine.net?branch=develop&svg=true&passingText=develop%20-%20OK">
59-
</a>
60-
</li>
61-
</ul>
62-
6350
{% block content %}
6451
{{ content|raw }}
6552
{% endblock %}

doc/website/web-api.twig

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{% extends "default.twig" %}
22

33
{% block content %}
4-
<h2>Web API</h2>
4+
<h1>Web API</h1>
55
<ul class="nav nav-tabs">
66
{% for itemId, item in webApiMenu.items %}
77
<li class="{{ itemId == currentSubMenu ? 'active' }}">

0 commit comments

Comments
 (0)