From 71c7fbc7f900a7a3479426d5ee064cd9c6cd2072 Mon Sep 17 00:00:00 2001 From: "John J. Camilleri" Date: Thu, 14 Jun 2018 10:11:11 +0200 Subject: Remove oldstyle.css --- css/style0.css | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) (limited to 'css/style0.css') diff --git a/css/style0.css b/css/style0.css index 6e5500a17..3c53c5378 100644 --- a/css/style0.css +++ b/css/style0.css @@ -17,8 +17,10 @@ h1 img.nofloat { float: none; } img.right { float: right; } ol.languages { - column-width: 12em; - -moz-column-width: 12em; + display: flex; + flex-direction: column; + flex-wrap: wrap; + height: 12em; } .grow { -- cgit v1.2.3