diff options
Diffstat (limited to 'g/style/all.css')
-rw-r--r-- | g/style/all.css | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/g/style/all.css b/g/style/all.css index bc7c03fe5..9d93f65db 100644 --- a/g/style/all.css +++ b/g/style/all.css @@ -75,4 +75,15 @@ ul.news li span.dt { font-weight: thin; font-size: 85%; color: #666; } #pp_form_btn { text-align: center; +} + +ul.ty-ppl-list { + -moz-column-count: 3; -webkit-column-count: 3; + -moz-column-gap: 1em; -webkit-column-gap: 1em; + font-size: 90%; + margin: 1em 0 4em 1em; + padding: 0; +} +ul.ty-ppl-list li:before { + content: "\00BB \0020"; }
\ No newline at end of file |