Skip to content

Commit

Permalink
Split plugins into 3 columns on Download page
Browse files Browse the repository at this point in the history
  • Loading branch information
Golmote committed Aug 17, 2015
1 parent ed9f2b2 commit a88936a
Showing 1 changed file with 8 additions and 2 deletions.
10 changes: 8 additions & 2 deletions download.html
Original file line number Diff line number Diff line change
Expand Up @@ -52,15 +52,21 @@
float: left;
}

section.options#category-languages {
section.options#category-languages,
section.options#category-plugins {
width: 100%;
float: none;
column-count: 3;
padding-top: 2em;
overflow: visible;
}

section.options#category-languages > h1 {
section.options#category-languages label,
section.options#category-plugins label {
break-inside: avoid;
}
section.options#category-languages > h1,
section.options#category-plugins > h1 {
margin-top: 0;
column-span: all;
}
Expand Down

0 comments on commit a88936a

Please sign in to comment.