File tree Expand file tree Collapse file tree 2 files changed +16
-7
lines changed
Expand file tree Collapse file tree 2 files changed +16
-7
lines changed Original file line number Diff line number Diff line change 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;
Original file line number Diff line number Diff line change 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 >
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
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 >
You can’t perform that action at this time.
0 commit comments