diff options
| author | John J. Camilleri <john@digitalgrammars.com> | 2018-06-14 10:11:11 +0200 |
|---|---|---|
| committer | John J. Camilleri <john@digitalgrammars.com> | 2018-06-14 10:11:11 +0200 |
| commit | 71c7fbc7f900a7a3479426d5ee064cd9c6cd2072 (patch) | |
| tree | 9de687e0fd1b3a83cf8e4c4a6b6da05c43a42c16 /css/style0.css | |
| parent | f0c5d53e78cf998dbe0b4b25cb0b3dfccb65f54b (diff) | |
Remove oldstyle.css
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 { |
