Commit 97861a0ade292c6900561e8a950006e02c0da6bc
1 parent
27d2683e
-Styles added 2
Showing
1 changed file
with
2 additions
and
2 deletions
Show diff stats
frontend/views/project/_list_item.php
... | ... | @@ -36,7 +36,7 @@ |
36 | 36 | } |
37 | 37 | ?> |
38 | 38 | </div> |
39 | - <div class="new_article-img"> | |
39 | +<!-- <div class="new_article-img">--> | |
40 | 40 | <div class="brand-list-desc-txt"> |
41 | 41 | <?php |
42 | 42 | echo $model->lang->description_preview?:$model->lang->description; |
... | ... | @@ -50,7 +50,7 @@ |
50 | 50 | ?> |
51 | 51 | </p> |
52 | 52 | </div> |
53 | - </div> | |
53 | +<!-- </div>--> | |
54 | 54 | <?php |
55 | 55 | // if(!empty( $model->images ) && count($model->images) > 1) { |
56 | 56 | // $images = array_slice($model->images, 1); | ... | ... |