Commit 085f54220635fd8d0662939860806a97fdf97f53

Authored by Eugeny Galkovskiy
1 parent a19a999a

класс lead в текст

frontend/views/blog/article.php
... ... @@ -47,7 +47,7 @@ _________________________________________________________ -->
47 47 ) ?></p>
48 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 52 <?= $model->lang->body ?>
53 53  
... ...
frontend/views/page/view.php
... ... @@ -28,7 +28,7 @@
28 28 _________________________________________________________ -->
29 29 <div class="col-md-9 clearfix">
30 30 <section>
31   - <div id="text-page">
  31 + <div id="text-page" class="lead">
32 32  
33 33 <?= $body ?>
34 34  
... ...