Commit 085f54220635fd8d0662939860806a97fdf97f53
1 parent
a19a999a
класс lead в текст
Showing
2 changed files
with
2 additions
and
2 deletions
Show diff stats
frontend/views/blog/article.php
@@ -47,7 +47,7 @@ _________________________________________________________ --> | @@ -47,7 +47,7 @@ _________________________________________________________ --> | ||
47 | ) ?></p> | 47 | ) ?></p> |
48 | <p class="lead"><?= $model->lang->body_preview ?></p> | 48 | <p class="lead"><?= $model->lang->body_preview ?></p> |
49 | 49 | ||
50 | - <div id="post-content"> | 50 | + <div id="post-content" class="lead"> |
51 | 51 | ||
52 | <?= $model->lang->body ?> | 52 | <?= $model->lang->body ?> |
53 | 53 |
frontend/views/page/view.php
@@ -28,7 +28,7 @@ | @@ -28,7 +28,7 @@ | ||
28 | _________________________________________________________ --> | 28 | _________________________________________________________ --> |
29 | <div class="col-md-9 clearfix"> | 29 | <div class="col-md-9 clearfix"> |
30 | <section> | 30 | <section> |
31 | - <div id="text-page"> | 31 | + <div id="text-page" class="lead"> |
32 | 32 | ||
33 | <?= $body ?> | 33 | <?= $body ?> |
34 | 34 |