File tree Expand file tree Collapse file tree 3 files changed +1
-26
lines changed Expand file tree Collapse file tree 3 files changed +1
-26
lines changed Original file line number Diff line number Diff 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 }
Original file line number Diff line number Diff line change 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 %}
Original file line number Diff line number Diff line change 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' }}" >
You can’t perform that action at this time.
0 commit comments