diff options
Diffstat (limited to 'css/style0.css')
| -rw-r--r-- | css/style0.css | 6 |
1 files changed, 4 insertions, 2 deletions
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 { |
