Commit 74872d73 authored by john's avatar john

t_3104

parent ae774e24
......@@ -207,7 +207,7 @@ mark * {
padding-left: 15px;
padding-right: 15px;
}
.reference_right_box textarea h4 {
.reference_right_box h4 {
font-family: "RobotoBold"!important;
}
.reference_right_box textarea {
......
......@@ -16,7 +16,7 @@ use common\modules\faq\models\Faq;
<div class="row">
<div class="col-sm-12">
<ul>
<li class="active">
<li <?= strpos(Yii::$app->request->url, "/faq/video") !== 0 ? 'class="active"' : "" ?>>
<a href="/faq">
<span class="top_line_icon icon_info_new"></span>
Справка для пользователя
......@@ -28,7 +28,7 @@ use common\modules\faq\models\Faq;
Документация для разработчика
</a>
</li>
<li>
<li <?= strpos(Yii::$app->request->url, "/faq/video") === 0 ? 'class="active"' : "" ?>>
<a href="/faq/video">
<span class="top_line_icon icon_video_new"></span>
Видео-инструкции
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment