Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
T
taskonsite-архив-перенесен
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Packages
Packages
Container Registry
Analytics
Analytics
CI / CD
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
Dmitry Korolev
taskonsite-архив-перенесен
Commits
f25c2dbd
Commit
f25c2dbd
authored
Feb 08, 2016
by
Олег Гиммельшпах
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
#1001 - Коррекция вывода отзывов
parent
e7703357
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
4 additions
and
1 deletion
+4
-1
frontend/views/layouts/block/reviews.php
frontend/views/layouts/block/reviews.php
+1
-1
frontend/web/css/custom.css
frontend/web/css/custom.css
+3
-0
No files found.
frontend/views/layouts/block/reviews.php
View file @
f25c2dbd
...
@@ -8,7 +8,7 @@ $reviews = Reviews::find()
...
@@ -8,7 +8,7 @@ $reviews = Reviews::find()
->
all
();
->
all
();
?>
?>
<?php
if
(
$reviews
)
:
?>
<?php
if
(
$reviews
)
:
?>
<section
class=
"rev_sec"
>
<section
class=
"rev_sec
reviews-block
"
>
<div
class=
"container"
>
<div
class=
"container"
>
<div
class=
"row"
style=
"margin-top:50px;"
>
<div
class=
"row"
style=
"margin-top:50px;"
>
<div
class=
"col-md-12 col-xs-12 col-sm-12"
>
<div
class=
"col-md-12 col-xs-12 col-sm-12"
>
...
...
frontend/web/css/custom.css
View file @
f25c2dbd
...
@@ -43,4 +43,7 @@ section .container ul:not([class]) li,
...
@@ -43,4 +43,7 @@ section .container ul:not([class]) li,
section
.container
ol
:not
([
class
])
li
{
section
.container
ol
:not
([
class
])
li
{
margin
:
0
0
15px
0
;
margin
:
0
0
15px
0
;
color
:
#2d323a
;
color
:
#2d323a
;
}
section
.reviews-block
.row
{
margin-bottom
:
50px
;
}
}
\ No newline at end of file
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment