Skip to content

Commit ae26961

Browse files
committed
Website updates
1 parent 5cb381b commit ae26961

File tree

8 files changed

+19
-0
lines changed

8 files changed

+19
-0
lines changed

dist/en/main/apidoc/theme/site.css

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -183,6 +183,10 @@ a.badge-info:hover {
183183
cursor: pointer;
184184
}
185185

186+
a>img {
187+
cursor: pointer;
188+
}
189+
186190
.modal-tag-example .modal-body {
187191
padding: 0;
188192
}
2.81 KB
Loading
6.22 KB
Loading

dist/en/main/examples/theme/site.css

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -183,6 +183,10 @@ a.badge-info:hover {
183183
cursor: pointer;
184184
}
185185

186+
a>img {
187+
cursor: pointer;
188+
}
189+
186190
.modal-tag-example .modal-body {
187191
padding: 0;
188192
}

dist/index.html

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -191,6 +191,13 @@ <h3><i class="fa fa-user"></i> Ask a question</h3>
191191
</a>
192192
</div>
193193
</div>
194+
<div class="row">
195+
<h1 class='topic col-sm-12'>Sustaining Sponsors</h1>
196+
</div>
197+
<div class="row">
198+
<div class="col-sm-3 text-center"><a target="_blank" href="https://pozi.com/"><img src="/theme/img/sponsor-logos/pozi.png"></a></div>
199+
<div class="col-sm-3 text-center"><a target="_blank" href="https://www.yeymaps.io/"><img src="/theme/img/sponsor-logos/yeymaps.png"></a></div>
200+
</div>
194201
</div>
195202
<script src="./main.js"></script>
196203

2.81 KB
Loading
6.22 KB
Loading

dist/theme/site.css

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -183,6 +183,10 @@ a.badge-info:hover {
183183
cursor: pointer;
184184
}
185185

186+
a>img {
187+
cursor: pointer;
188+
}
189+
186190
.modal-tag-example .modal-body {
187191
padding: 0;
188192
}

0 commit comments

Comments
 (0)