Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
Simon Daron
panikweb
Commits
494c58e2
Commit
494c58e2
authored
Sep 28, 2013
by
fred
Browse files
style: only use one column in lists for size < 970px
parent
312f1843
Changes
1
Hide whitespace changes
Inline
Side-by-side
panikweb_templates/static/css/specifics.css
View file @
494c58e2
...
...
@@ -963,14 +963,8 @@ h1.top#frequence {
ul
.newsSpecial
{
border-bottom
:
2px
solid
#ccc
;
}
@media
only
screen
and
(
max-width
:
600px
)
{
.news
.columns.by3
{
column-count
:
1
;
-webkit-column-count
:
1
;
-moz-column-count
:
1
;}
.news
.columns.by3
.logo
{
float
:
right
;
max-width
:
50%
;
}
}
@media
(
min-width
:
800px
)
{
@media
only
screen
and
(
max-width
:
970px
)
{
.columns
{
column-count
:
1
;
-webkit-column-count
:
1
;
-moz-column-count
:
1
;}
}
/****************************************************/
...
...
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