Skip to content

Commit 0dc4416

Browse files
committed
Remove banner
1 parent dffdffa commit 0dc4416

File tree

7 files changed

+30
-17
lines changed

7 files changed

+30
-17
lines changed

docs/_data/sponsors.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,7 @@
33
"monovm": {
44
"name": "monovm",
55
"url": "https://monovm.com/",
6+
"textOnly": "VPS Hosting",
67
"width":"108",
78
"height":"40"
89
},

docs/_includes/elements/sponsor-item.html

Lines changed: 11 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -15,13 +15,17 @@
1515
{% endunless %}
1616
title="{{ sponsor_alt }}"
1717
>
18+
{% if sponsor.textOnly %}
19+
<strong>{{ sponsor.textOnly }}</strong>
20+
{% else %}
1821
{%
19-
include elements/responsive-image-2x.html
20-
path=sponsor_path
21-
extension="png"
22-
alt=sponsor_alt
23-
width=sponsor.width
24-
height=sponsor.height
25-
%}
22+
include elements/responsive-image-2x.html
23+
path=sponsor_path
24+
extension="png"
25+
alt=sponsor_alt
26+
width=sponsor.width
27+
height=sponsor.height
28+
%}
29+
{% endif %}
2630
</a>
2731
</div>

docs/_includes/index/partnrs.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@
1515
<span>
1616
and
1717
<br>
18-
<a href="https://www.routerhosting.com/" target="_blank">RouterHosting</a>
18+
<a href="https://www.routerhosting.com/" target="_blank"><strong>RouterHosting</strong></a>
1919
</span>
2020
</div>
2121
</div>

docs/_layouts/default.html

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,8 @@
77
<body
88
class="layout-{{ page.layout }}{% if page.doc-tab %} page-{{ page.doc-tab}}{% endif %}"
99
>
10-
{% include global/deprecated.html %} {% include global/notice.html %} {{
11-
content }} {% include global/footer.html %}
10+
{% include global/deprecated.html %}
11+
{{ content }}
12+
{% include global/footer.html %}
1213
</body>
1314
</html>

docs/_sass/sponsors.sass

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -34,9 +34,9 @@ $bd-partner-width: 12rem
3434
text-align: center
3535
&.is-text
3636
color: $text-light
37-
font-size: 0.875em
37+
// font-size: 0.875em
3838
line-height: 1.25
39-
min-height: 0
39+
// min-height: 0
4040
.bd-sponsor-item
4141
display: inline
4242
.bd-sponsor-item:before
@@ -47,6 +47,7 @@ $bd-partner-width: 12rem
4747
@extend %center
4848
flex-grow: 1
4949
position: relative
50+
strong,
5051
img
5152
position: relative
5253

docs/css/bulma-docs.css

Lines changed: 10 additions & 4 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

docs/css/bulma-docs.min.css

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)