diff options
author | Romain d'Alverny <rda@mageia.org> | 2010-12-20 13:49:46 +0000 |
---|---|---|
committer | Romain d'Alverny <rda@mageia.org> | 2010-12-20 13:49:46 +0000 |
commit | 0a5085598d6d6936038aebc140c032ba89266a5f (patch) | |
tree | b9a8d3203215fdedc96aeec252e756dec1c83d83 /g/style | |
parent | 2116445d0392f5318fb0396bd1154f0a2c11a4a8 (diff) | |
download | www-0a5085598d6d6936038aebc140c032ba89266a5f.tar www-0a5085598d6d6936038aebc140c032ba89266a5f.tar.gz www-0a5085598d6d6936038aebc140c032ba89266a5f.tar.bz2 www-0a5085598d6d6936038aebc140c032ba89266a5f.tar.xz www-0a5085598d6d6936038aebc140c032ba89266a5f.zip |
Diffstat (limited to 'g/style')
-rw-r--r-- | g/style/all.css | 1 | ||||
-rw-r--r-- | g/style/screen.css | 1 |
2 files changed, 2 insertions, 0 deletions
diff --git a/g/style/all.css b/g/style/all.css index 9d93f65db..577ae13f7 100644 --- a/g/style/all.css +++ b/g/style/all.css @@ -78,6 +78,7 @@ ul.news li span.dt { font-weight: thin; font-size: 85%; color: #666; } ul.ty-ppl-list { + list-style-type: none; -moz-column-count: 3; -webkit-column-count: 3; -moz-column-gap: 1em; -webkit-column-gap: 1em; font-size: 90%; diff --git a/g/style/screen.css b/g/style/screen.css index ed0dd9b95..1b72decff 100644 --- a/g/style/screen.css +++ b/g/style/screen.css @@ -66,6 +66,7 @@ ul.news li span.dt { font-weight: thin; font-size: 85%; color: #666; } ul.ty-ppl-list { + list-style-type: none; -moz-column-count: 3; -webkit-column-count: 3; -moz-column-gap: 1em; -webkit-column-gap: 1em; font-size: 90%; |