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
d0a1697f
Commit
d0a1697f
authored
Jun 23, 2016
by
Александр Кузнецов
Browse files
Options
Browse Files
Download
Plain Diff
Merge branch 'blog-hashtag-filtr' into 'master'
custom.css str 2813 See merge request !51
parents
58b30dca
61734bee
Changes
3
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
12 additions
and
3 deletions
+12
-3
frontend/views/layouts/main.php
frontend/views/layouts/main.php
+1
-1
frontend/web/css/custom.css
frontend/web/css/custom.css
+9
-1
frontend/web/css/new_responsive.css
frontend/web/css/new_responsive.css
+2
-1
No files found.
frontend/views/layouts/main.php
View file @
d0a1697f
...
...
@@ -21,7 +21,7 @@ AppAsset::register($this);
<?php
$this
->
head
()
?>
<?php
echo
$this
->
render
(
'head'
)
?>
</head>
<body>
<body
class=
"responsiv_100pr"
>
<?php
echo
$this
->
render
(
'htmlcodes'
)
?>
<?php
$this
->
beginBody
()
?>
...
...
frontend/web/css/custom.css
View file @
d0a1697f
...
...
@@ -2817,7 +2817,8 @@ width: 95%;
@media
only
screen
and
(
max-width
:
479px
)
and
(
min-width
:
320px
)
{
.container
{
width
:
320px
!important
;
/*width: 320px !important;*/
width
:
100%
;
}
}
...
...
@@ -3362,4 +3363,11 @@ section#step-plan-is img.alignleft {
margin-right
:
30px
;
margin-bottom
:
30px
;
margin-top
:
7px
;
}
@media
only
screen
and
(
max-width
:
768px
)
and
(
min-width
:
480px
){
.responsiv_100pr
.container
{
width
:
100%
!important
;
display
:
none
;
}
}
\ No newline at end of file
frontend/web/css/new_responsive.css
View file @
d0a1697f
...
...
@@ -377,4 +377,5 @@ filter: progid:DXImageTransform.
body
{
min-width
:
320px
;
}
}
\ 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