Commit 95b145097aeacf91d7b132d607f28a88f0f2810e
1 parent
1e764d98
----
Showing
2 changed files
with
2 additions
and
2 deletions
Show diff stats
frontend/views/filter/category.php
| ... | ... | @@ -20,7 +20,7 @@ |
| 20 | 20 | <?php |
| 21 | 21 | foreach($purposes as $purpose) { |
| 22 | 22 | ?> |
| 23 | - <div class="cat-list-wr _tst_r col-xs-12 col-sm-4 col-md-4 col-lg-3"> | |
| 23 | + <div class="cat-list-wr col-xs-12 col-sm-4 col-md-4 col-lg-3"> | |
| 24 | 24 | <div class="cat-list"> |
| 25 | 25 | <?php |
| 26 | 26 | echo Html::a(Html::tag('p', $purpose->lang->value), [ | ... | ... |
frontend/views/filter/purpose.php
| ... | ... | @@ -20,7 +20,7 @@ |
| 20 | 20 | <?php |
| 21 | 21 | foreach($categories as $category) { |
| 22 | 22 | ?> |
| 23 | - <div class="cat-list-wr _tst_r col-xs-12 col-sm-4 col-md-4 col-lg-3"> | |
| 23 | + <div class="cat-list-wr col-xs-12 col-sm-4 col-md-4 col-lg-3"> | |
| 24 | 24 | <div class="cat-list"> |
| 25 | 25 | <?php |
| 26 | 26 | echo Html::a(Html::tag('p', $category->lang->name), [ | ... | ... |