mirror of https://github.com/zulip/zulip.git
portico: Add mariadb to for/open-source.
This commit is contained in:
parent
aea93f9826
commit
03e12e1921
Binary file not shown.
After Width: | Height: | Size: 6.9 KiB |
|
@ -1802,6 +1802,11 @@ nav ul li.active::after {
|
|||
background-color: transparent;
|
||||
}
|
||||
|
||||
.portico-landing.hello .testimonials .company-box .company.mariadb {
|
||||
background-image: url(/static/images/landing-page/logos/mariadb.png);
|
||||
background-color: transparent;
|
||||
}
|
||||
|
||||
.portico-landing.hello .testimonials .company-box .company.hail {
|
||||
background-image: url(/static/images/landing-page/logos/hail.png);
|
||||
background-color: transparent;
|
||||
|
|
|
@ -108,6 +108,7 @@
|
|||
<div class="company-box">
|
||||
<div class="company wikimedia-outreach"></div>
|
||||
<div class="company wildfly"></div>
|
||||
<div class="company mariadb"></div>
|
||||
<div class="company hail"></div>
|
||||
<div class="company openshot"></div>
|
||||
<div class="company mixxx"></div>
|
||||
|
|
Loading…
Reference in New Issue