From afb5b8e49b22e84e496368ef3c23d8072375e736 Mon Sep 17 00:00:00 2001 From: Romain d'Alverny Date: Wed, 23 Nov 2011 23:22:31 +0000 Subject: style update --- g/style/screen.css | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'g/style/screen.css') diff --git a/g/style/screen.css b/g/style/screen.css index 9fa9bdbf2..4732ace00 100644 --- a/g/style/screen.css +++ b/g/style/screen.css @@ -213,6 +213,10 @@ ul.ty-ppl-list li { list-style-type: none; } ul.ty-ppl-list li:before { content: "\00BB \0020"; } +ul.ty-ppl-list.twocol { + -moz-column-count: 2; -webkit-column-count: 2; column-count: 2; + -moz-column-gap: 1em; -webkit-column-gap: 1em; column-gap: 1em; +} table#dl-table th { text-align: left; } #dl-table td.city, #dl-table td.country { vertical-align: top; } #fr-table td, #fr-table tr { vertical-align: top; } -- cgit v1.2.1