Skip to content
Snippets Groups Projects
Commit 12cb59fc authored by bigbes's avatar bigbes
Browse files

[site] Add wallarm logo to main page

parent 87934fe3
No related branches found
No related tags found
No related merge requests found
...@@ -534,13 +534,23 @@ h1, h2, h3, h4, h5 { ...@@ -534,13 +534,23 @@ h1, h2, h3, h4, h5 {
background-image:url('/theme/design/logo_avito.png'); background-image:url('/theme/design/logo_avito.png');
} }
.i-qiwi { .i-qiwi {
width:130px; width:120px;
height:60px; height:60px;
} }
.i-qiwi:after, .i-qiwi:after,
.i-qiwi:before { .i-qiwi:before {
background-image:url('/theme/design/logo_qiwi.png'); background-image:url('/theme/design/logo_qiwi.png');
} }
.i-wallarm {
width:130px;
height:63px;
}
.i-wallarm:after,
.i-wallarm:before {
background-image:url('/theme/design/logo_wallarm.png');
}
.b-example .b-block-wrapper { .b-example .b-block-wrapper {
padding:35px 0 35px 0; padding:35px 0 35px 0;
} }
......
doc/www/theme/static/design/logo_wallarm.png

11.3 KiB

...@@ -155,6 +155,10 @@ ...@@ -155,6 +155,10 @@
<div class="b-cols-item"> <div class="b-cols-item">
<a href="http://qiwi.ru" class="b-cust_logo i-qiwi"></a> <a href="http://qiwi.ru" class="b-cust_logo i-qiwi"></a>
</div> </div>
<div class="b-cols-item-empty">&nbsp;</div>
<div class="b-cols-item">
<a href="http://wallarm.com" class="b-cust_logo i-wallarm"></a>
</div>
</div> </div>
</div> </div>
</section> </section>
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment