diff options
author | Romain d'Alverny <rda@mageia.org> | 2011-03-18 14:46:37 +0000 |
---|---|---|
committer | Romain d'Alverny <rda@mageia.org> | 2011-03-18 14:46:37 +0000 |
commit | 82dcdbd7a6d5a11cedd8c6e2f0e3b38d884b1b4d (patch) | |
tree | b6cd3549ee743bd8ebabc86f1380efdaf80284be /g | |
parent | c49dabbcb321e785083ef7770ec538a46038bb51 (diff) | |
download | www-82dcdbd7a6d5a11cedd8c6e2f0e3b38d884b1b4d.tar www-82dcdbd7a6d5a11cedd8c6e2f0e3b38d884b1b4d.tar.gz www-82dcdbd7a6d5a11cedd8c6e2f0e3b38d884b1b4d.tar.bz2 www-82dcdbd7a6d5a11cedd8c6e2f0e3b38d884b1b4d.tar.xz www-82dcdbd7a6d5a11cedd8c6e2f0e3b38d884b1b4d.zip |
css
Diffstat (limited to 'g')
-rw-r--r-- | g/style/all.css | 2 | ||||
-rw-r--r-- | g/style/screen.css | 3 |
2 files changed, 3 insertions, 2 deletions
diff --git a/g/style/all.css b/g/style/all.css index 088c25f52..18b6207ad 100644 --- a/g/style/all.css +++ b/g/style/all.css @@ -94,4 +94,4 @@ ul.ty-ppl-list li:before { } table#dl-table th { text-align: left; } #dl-table td.city, #dl-table td.country { vertical-align: top; } -table#fr-table td.money { text-align: right; } +table#fr-table td.money { text-align: right; }
\ No newline at end of file diff --git a/g/style/screen.css b/g/style/screen.css index f5aeca97e..553b804fc 100644 --- a/g/style/screen.css +++ b/g/style/screen.css @@ -81,4 +81,5 @@ ul.ty-ppl-list li:before { content: "\00BB \0020"; } table#dl-table th { text-align: left; } -#dl-table td.city, #dl-table td.country { vertical-align: top; }
\ No newline at end of file +#dl-table td.city, #dl-table td.country { vertical-align: top; } +table#fr-table td.money { text-align: right; }
\ No newline at end of file |