diff --git a/doc/www/theme/static/design.css b/doc/www/theme/static/design.css index 7e66c0d969249a9534cb3815c78729502fa42f35..de9f10ad4d7862e0f638ccdfd117c334d6fa897b 100644 --- a/doc/www/theme/static/design.css +++ b/doc/www/theme/static/design.css @@ -533,6 +533,14 @@ h1, h2, h3, h4, h5 { .i-avito:before { background-image:url('/theme/design/logo_avito.png'); } +.i-qiwi { + width:130px; + height:60px; +} +.i-qiwi:after, +.i-qiwi:before { + background-image:url('/theme/design/logo_qiwi.png'); +} .b-example .b-block-wrapper { padding:35px 0 35px 0; } diff --git a/doc/www/theme/static/design/logo_qiwi.png b/doc/www/theme/static/design/logo_qiwi.png new file mode 100644 index 0000000000000000000000000000000000000000..5d709eaabb02ae35ecf6577015c1eb882aaf4f9c Binary files /dev/null and b/doc/www/theme/static/design/logo_qiwi.png differ diff --git a/doc/www/theme/templates/index.html b/doc/www/theme/templates/index.html index e3fdf17d908892b4841668512fdaf05cd0e462e8..639a9273fd909c54e319437652a82d29d2e5f643 100644 --- a/doc/www/theme/templates/index.html +++ b/doc/www/theme/templates/index.html @@ -151,6 +151,10 @@ <div class="b-cols-item"> <a href="http://avito.ru" class="b-cust_logo i-avito"></a> </div> + <div class="b-cols-item-empty"> </div> + <div class="b-cols-item"> + <a href="http://qiwi.ru" class="b-cust_logo i-qiwi"></a> + </div> </div> </div> </section>