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
radiopanik
panikweb
Commits
33bba456
Commit
33bba456
authored
Sep 08, 2013
by
fred
Browse files
style: do not go over three columns
parent
2a7b5db5
Changes
1
Hide whitespace changes
Inline
Side-by-side
panikweb_templates/static/css/general.css
View file @
33bba456
...
...
@@ -336,7 +336,6 @@ img.right, img.left{max-width:50%;}
@media
only
screen
and
(
min-width
:
600px
)
{
.columns
{
column-count
:
2
;
-webkit-column-count
:
2
;
-moz-column-count
:
2
;}
}
@media
only
screen
and
(
min-width
:
1024px
)
{
.columns
{
column-count
:
3
;
-webkit-column-count
:
3
;
-moz-column-count
:
3
;}
}
.columns.by3
{
column-count
:
3
;
-webkit-column-count
:
3
;
-moz-column-count
:
3
;}
/* And the rest is Eric & Seb, AGPLv3*/
...
...
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