File tree Expand file tree Collapse file tree 2 files changed +16
-3
lines changed
Expand file tree Collapse file tree 2 files changed +16
-3
lines changed Original file line number Diff line number Diff line change @@ -80,7 +80,11 @@ header.navbar {
8080}
8181
8282.status-badges {
83- margin-top : 16px ;
83+ margin-top : 35px ;
84+ }
85+
86+ .status-badges img {
87+ width : 110px ;
8488}
8589
8690@media (min-width : 768px ) {
@@ -97,6 +101,10 @@ header.navbar {
97101 # sidebar {
98102 display : none !important ;
99103 }
104+
105+ .status-badges {
106+ display : none !important ;
107+ }
100108}
101109
102110@media (max-width : 960px ) {
Original file line number Diff line number Diff line change 4949 <section id =" content" class =" {{ menu ? ' col-sm-offset-3 col-lg-offset-2 col-sm-9 col-lg-10' : ' col-sm-12' }}" >
5050 <ul class =" status-badges pull-right list-unstyled list-inline" >
5151 <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" >
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" >
5459 </a >
5560 </li >
5661 </ul >
You can’t perform that action at this time.
0 commit comments