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
panikdb
Commits
845ed178
Commit
845ed178
authored
Sep 04, 2013
by
fred
Browse files
add variants of column-count
parent
6d585568
Changes
1
Hide whitespace changes
Inline
Side-by-side
panikdb/static/css/style.css
View file @
845ed178
...
...
@@ -337,10 +337,14 @@ margin: 1em 0;
}
ul
.emission-list
{
column-count
:
4
;
-moz-column-count
:
4
;
-webkit-column-count
:
4
;
}
ul
.episode-list
{
column-count
:
2
;
-moz-column-count
:
2
;
-webkit-column-count
:
2
;
}
...
...
@@ -394,6 +398,8 @@ a.actually-not-that-friendly:hover {
}
div
.two-columns
ul
.episode-list
{
column-count
:
1
;
-moz-column-count
:
1
;
-webkit-column-count
:
1
;
}
...
...
Write
Preview
Supports
Markdown
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