From a88936ace2794a7506009f0bef9ef67af975ba82 Mon Sep 17 00:00:00 2001 From: Golmote Date: Mon, 17 Aug 2015 08:55:50 +0200 Subject: [PATCH] Split plugins into 3 columns on Download page --- download.html | 10 ++++++++-- 1 file changed, 8 insertions(+), 2 deletions(-) diff --git a/download.html b/download.html index f273c7eaa0..103d81329e 100644 --- a/download.html +++ b/download.html @@ -52,7 +52,8 @@ float: left; } -section.options#category-languages { +section.options#category-languages, +section.options#category-plugins { width: 100%; float: none; column-count: 3; @@ -60,7 +61,12 @@ 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; }