diff options
author | Romain d'Alverny <rda@mageia.org> | 2011-03-31 10:05:04 +0000 |
---|---|---|
committer | Romain d'Alverny <rda@mageia.org> | 2011-03-31 10:05:04 +0000 |
commit | 1884c9de0bbf754664125328f471d74365264bc8 (patch) | |
tree | b117b07290c8c38ad7f6bce1edcb900bec853d97 /g | |
parent | 4ae73f9ee94f9732cc82e38fd5947cc01b41b4aa (diff) | |
download | www-1884c9de0bbf754664125328f471d74365264bc8.tar www-1884c9de0bbf754664125328f471d74365264bc8.tar.gz www-1884c9de0bbf754664125328f471d74365264bc8.tar.bz2 www-1884c9de0bbf754664125328f471d74365264bc8.tar.xz www-1884c9de0bbf754664125328f471d74365264bc8.zip |
style update
Diffstat (limited to 'g')
-rw-r--r-- | g/style/all.css | 4 | ||||
-rw-r--r-- | g/style/screen.css | 4 |
2 files changed, 6 insertions, 2 deletions
diff --git a/g/style/all.css b/g/style/all.css index f3d8bf709..3235962fc 100644 --- a/g/style/all.css +++ b/g/style/all.css @@ -122,6 +122,8 @@ hr { line-height: 76px; } +.hl > li { margin-bottom: 0.6em; } + ul#people { height: 300px; overflow: auto; @@ -228,7 +230,7 @@ table#fr-table td.money { text-align: right; } vertical-align: top; } .dlt2 tfoot td a { color: #aaa; } -.dlt2 .pop span { display: block; height: 10px; background: #ccc; color: transparent; } +.dlt2 .pop span { display: block; height: 11px; background: #ccc; color: transparent; } .dlt2 .pop span.pop_0 { width: 0; } .dlt2 .pop span.pop_1 { width: 5px; } span.pop_2 { width: 10px; } diff --git a/g/style/screen.css b/g/style/screen.css index 897b86fe9..71d5e5a3f 100644 --- a/g/style/screen.css +++ b/g/style/screen.css @@ -110,6 +110,8 @@ hr { line-height: 76px; } +.hl > li { margin-bottom: 0.6em; } + ul#people { height: 300px; overflow: auto; @@ -216,7 +218,7 @@ table#fr-table td.money { text-align: right; } vertical-align: top; } .dlt2 tfoot td a { color: #aaa; } -.dlt2 .pop span { display: block; height: 10px; background: #ccc; color: transparent; } +.dlt2 .pop span { display: block; height: 11px; background: #ccc; color: transparent; } .dlt2 .pop span.pop_0 { width: 0; } .dlt2 .pop span.pop_1 { width: 5px; } span.pop_2 { width: 10px; } |