Commit 0f712ced02b95e997ce8bc501529c4ef8b97df8b
1 parent
c8e0676f
-partners 5
-h2 deleted
Showing
6 changed files
with
9 additions
and
12 deletions
Show diff stats
frontend/views/blog/article.php
frontend/views/site/comments.php
frontend/views/site/contact.php
... | ... | @@ -34,9 +34,6 @@ JS; |
34 | 34 | <div class="row"> |
35 | 35 | <div class="col-md-12"> |
36 | 36 | <section> |
37 | - <div class="heading"> | |
38 | - <h2>Контакты</h2> | |
39 | - </div> | |
40 | 37 | |
41 | 38 | <?php |
42 | 39 | // echo '<p class="lead">Are you curious about something? Do you have some kind of problem with our products? As am hastily invited settled at limited civilly fortune me. Really spring in extent an by. Judge but built gay party world. Of so am | ... | ... |
frontend/views/site/price.php
... | ... | @@ -22,10 +22,6 @@ $this->params[ 'breadcrumbs' ][] = $this->title; |
22 | 22 | |
23 | 23 | <div id="content"> |
24 | 24 | <div class="container price-page"> |
25 | - | |
26 | - <div class="heading text-center"> | |
27 | - <h2><?=$this->title?></h2> | |
28 | - </div> | |
29 | 25 | <div class="row"> |
30 | 26 | <div class="col-md-8 col-md-offset-2"> |
31 | 27 | <div class="tabs"> | ... | ... |
frontend/web/css/custom.css
... | ... | @@ -472,6 +472,14 @@ div.modal-title{ |
472 | 472 | .footer-copyrights{ |
473 | 473 | margin-top:-55px; |
474 | 474 | } |
475 | +#blog-listing-big .post .author-category, #blog-homepage .post .author-category { | |
476 | + color: #999999; | |
477 | + text-transform: uppercase; | |
478 | + font-weight: 300; | |
479 | + letter-spacing: 0.08em; | |
480 | + display: inline-block; | |
481 | + margin-right: 15px; | |
482 | +} | |
475 | 483 | @media (max-width: 991px) { |
476 | 484 | .footer-copyrights{ |
477 | 485 | margin-top:0; | ... | ... |