aboutsummaryrefslogtreecommitdiffstats
path: root/g/style/screen.css
diff options
context:
space:
mode:
authorRomain d'Alverny <rda@mageia.org>2011-11-23 23:22:31 +0000
committerRomain d'Alverny <rda@mageia.org>2011-11-23 23:22:31 +0000
commitafb5b8e49b22e84e496368ef3c23d8072375e736 (patch)
tree70a1534e6af3c98930d277ab3bda72d77f22bb45 /g/style/screen.css
parent6cc9189f479045227307259669a7e6fb66f4509c (diff)
downloadwww-afb5b8e49b22e84e496368ef3c23d8072375e736.tar
www-afb5b8e49b22e84e496368ef3c23d8072375e736.tar.gz
www-afb5b8e49b22e84e496368ef3c23d8072375e736.tar.bz2
www-afb5b8e49b22e84e496368ef3c23d8072375e736.tar.xz
www-afb5b8e49b22e84e496368ef3c23d8072375e736.zip
style update
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; }