aboutsummaryrefslogtreecommitdiffstats
path: root/g/style/screen.css
diff options
context:
space:
mode:
Diffstat (limited to 'g/style/screen.css')
-rw-r--r--g/style/screen.css4
1 files changed, 4 insertions, 0 deletions
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; }