Remove banner

This commit is contained in:
Jeremy Thomas 2020-05-17 13:43:03 +01:00
parent dffdffa1a4
commit 0dc44161bc
7 changed files with 30 additions and 17 deletions

View File

@ -3,6 +3,7 @@
"monovm": {
"name": "monovm",
"url": "https://monovm.com/",
"textOnly": "VPS Hosting",
"width":"108",
"height":"40"
},

View File

@ -15,13 +15,17 @@
{% endunless %}
title="{{ sponsor_alt }}"
>
{% if sponsor.textOnly %}
<strong>{{ sponsor.textOnly }}</strong>
{% else %}
{%
include elements/responsive-image-2x.html
path=sponsor_path
extension="png"
alt=sponsor_alt
width=sponsor.width
height=sponsor.height
%}
include elements/responsive-image-2x.html
path=sponsor_path
extension="png"
alt=sponsor_alt
width=sponsor.width
height=sponsor.height
%}
{% endif %}
</a>
</div>

View File

@ -15,7 +15,7 @@
<span>
and
<br>
<a href="https://www.routerhosting.com/" target="_blank">RouterHosting</a>
<a href="https://www.routerhosting.com/" target="_blank"><strong>RouterHosting</strong></a>
</span>
</div>
</div>

View File

@ -7,7 +7,8 @@
<body
class="layout-{{ page.layout }}{% if page.doc-tab %} page-{{ page.doc-tab}}{% endif %}"
>
{% include global/deprecated.html %} {% include global/notice.html %} {{
content }} {% include global/footer.html %}
{% include global/deprecated.html %}
{{ content }}
{% include global/footer.html %}
</body>
</html>

View File

@ -34,9 +34,9 @@ $bd-partner-width: 12rem
text-align: center
&.is-text
color: $text-light
font-size: 0.875em
// font-size: 0.875em
line-height: 1.25
min-height: 0
// min-height: 0
.bd-sponsor-item
display: inline
.bd-sponsor-item:before
@ -47,6 +47,7 @@ $bd-partner-width: 12rem
@extend %center
flex-grow: 1
position: relative
strong,
img
position: relative

View File

@ -3829,6 +3829,11 @@ fieldset[disabled] .button {
color: currentColor;
}
.table td.is-vcentered,
.table th.is-vcentered {
vertical-align: middle;
}
.table th {
color: #363636;
}
@ -8019,11 +8024,13 @@ label.panel-block:hover {
}
.tabs.is-toggle li:first-child a {
border-radius: 4px 0 0 4px;
border-top-left-radius: 4px;
border-bottom-left-radius: 4px;
}
.tabs.is-toggle li:last-child a {
border-radius: 0 4px 4px 0;
border-bottom-right-radius: 4px;
border-top-right-radius: 4px;
}
.tabs.is-toggle li.is-active a {
@ -14532,9 +14539,7 @@ svg {
.bd-partner-sponsor.is-text {
color: #7a7a7a;
font-size: 0.875em;
line-height: 1.25;
min-height: 0;
}
.bd-partner-sponsor.is-text .bd-sponsor-item {
@ -14550,6 +14555,7 @@ svg {
position: relative;
}
.bd-sponsor-item strong,
.bd-sponsor-item img {
position: relative;
}

File diff suppressed because one or more lines are too long