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
@@ -45,7 +45,6 @@ _________________________________________________________ --> | @@ -45,7 +45,6 @@ _________________________________________________________ --> | ||
45 | 'd M, Y', | 45 | 'd M, Y', |
46 | $model->created_at | 46 | $model->created_at |
47 | ) ?></p> | 47 | ) ?></p> |
48 | - <p class="lead"><?= $model->lang->body_preview ?></p> | ||
49 | 48 | ||
50 | <div id="post-content" class="lead"> | 49 | <div id="post-content" class="lead"> |
51 | 50 |
frontend/views/site/comments.php
@@ -14,9 +14,6 @@ | @@ -14,9 +14,6 @@ | ||
14 | <div class="container"> | 14 | <div class="container"> |
15 | <div class="row"> | 15 | <div class="row"> |
16 | <div class="col-md-12"> | 16 | <div class="col-md-12"> |
17 | - <div class="heading"> | ||
18 | - <h2>Отзывы</h2> | ||
19 | - </div> | ||
20 | <?php | 17 | <?php |
21 | echo CommentWidget::widget( | 18 | echo CommentWidget::widget( |
22 | [ | 19 | [ |
frontend/views/site/contact.php
@@ -34,9 +34,6 @@ JS; | @@ -34,9 +34,6 @@ JS; | ||
34 | <div class="row"> | 34 | <div class="row"> |
35 | <div class="col-md-12"> | 35 | <div class="col-md-12"> |
36 | <section> | 36 | <section> |
37 | - <div class="heading"> | ||
38 | - <h2>Контакты</h2> | ||
39 | - </div> | ||
40 | 37 | ||
41 | <?php | 38 | <?php |
42 | // 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 | 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,10 +22,6 @@ $this->params[ 'breadcrumbs' ][] = $this->title; | ||
22 | 22 | ||
23 | <div id="content"> | 23 | <div id="content"> |
24 | <div class="container price-page"> | 24 | <div class="container price-page"> |
25 | - | ||
26 | - <div class="heading text-center"> | ||
27 | - <h2><?=$this->title?></h2> | ||
28 | - </div> | ||
29 | <div class="row"> | 25 | <div class="row"> |
30 | <div class="col-md-8 col-md-offset-2"> | 26 | <div class="col-md-8 col-md-offset-2"> |
31 | <div class="tabs"> | 27 | <div class="tabs"> |
frontend/web/css/custom.css
@@ -472,6 +472,14 @@ div.modal-title{ | @@ -472,6 +472,14 @@ div.modal-title{ | ||
472 | .footer-copyrights{ | 472 | .footer-copyrights{ |
473 | margin-top:-55px; | 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 | @media (max-width: 991px) { | 483 | @media (max-width: 991px) { |
476 | .footer-copyrights{ | 484 | .footer-copyrights{ |
477 | margin-top:0; | 485 | margin-top:0; |
frontend/web/js/front.js