diff options
author | Romain d'Alverny <rda@mageia.org> | 2011-03-11 11:31:32 +0000 |
---|---|---|
committer | Romain d'Alverny <rda@mageia.org> | 2011-03-11 11:31:32 +0000 |
commit | f282eb40df63d1290fbfb45a6707430223a19fd2 (patch) | |
tree | b9e0738917725f0feb316fa0c1842a33e0c3c9f6 /g | |
parent | c471c22566ea2eb810cd343d328a60ad3f34911b (diff) | |
download | www-f282eb40df63d1290fbfb45a6707430223a19fd2.tar www-f282eb40df63d1290fbfb45a6707430223a19fd2.tar.gz www-f282eb40df63d1290fbfb45a6707430223a19fd2.tar.bz2 www-f282eb40df63d1290fbfb45a6707430223a19fd2.tar.xz www-f282eb40df63d1290fbfb45a6707430223a19fd2.zip |
style update
Diffstat (limited to 'g')
-rw-r--r-- | g/style/all.css | 3 | ||||
-rw-r--r-- | g/style/screen.css | 3 |
2 files changed, 4 insertions, 2 deletions
diff --git a/g/style/all.css b/g/style/all.css index 2ee45e073..237e2bb0a 100644 --- a/g/style/all.css +++ b/g/style/all.css @@ -92,4 +92,5 @@ ul.ty-ppl-list li { list-style-type: none; } ul.ty-ppl-list li:before { content: "\00BB \0020"; } -table#dl-table th { text-align: left; }
\ No newline at end of file +table#dl-table th { text-align: left; } +#dl-table td.city, #dl-table td.country { vertical-align: top; }
\ No newline at end of file diff --git a/g/style/screen.css b/g/style/screen.css index 534955a0e..f5aeca97e 100644 --- a/g/style/screen.css +++ b/g/style/screen.css @@ -80,4 +80,5 @@ ul.ty-ppl-list li { list-style-type: none; } ul.ty-ppl-list li:before { content: "\00BB \0020"; } -table#dl-table th { text-align: left; }
\ No newline at end of file +table#dl-table th { text-align: left; } +#dl-table td.city, #dl-table td.country { vertical-align: top; }
\ No newline at end of file |